Searched refs:fs_mkdirs (Results 1 - 3 of 3) sorted by relevance

/system/core/include/cutils/
H A Dfs.h65 extern int fs_mkdirs(const char* path, mode_t mode);
/system/core/libcutils/
H A Dfs.c153 int fs_mkdirs(const char* path, mode_t mode) { function
/system/vold/
H A DVolumeManager.cpp1905 /* fs_mkdirs() does symlink checking and relative path enforcement */
1906 return fs_mkdirs(path, 0700);

Completed in 108 milliseconds