Searched refs:android_mkdir (Results 1 – 3 of 3) sorted by relevance
86 if (android_mkdir(temp_dir.c_str(), 0755) != 0) { in TestTempDir()129 if (android_mkdir(path.c_str(), 0755) < 0) { in makeSubDir()205 if (android_mkdir(path, 0755) == 0) { in mkdtemp()
50 int android_mkdir(const char* path, mode_t mode);
116 int android_mkdir(const char* path, mode_t) { in android_mkdir() function120 int android_mkdir(const char* path, mode_t mode) { in android_mkdir() function