Searched refs:fs_prepare_dir_strict (Results 1 – 5 of 5) sorted by relevance
/aosp12/system/core/libcutils/include/cutils/ |
H A D | fs.h | 52 extern int fs_prepare_dir_strict(const char* path, mode_t mode, uid_t uid, gid_t gid);
|
/aosp12/system/core/libcutils/include_outside_system/cutils/ |
H A D | fs.h | 52 extern int fs_prepare_dir_strict(const char* path, mode_t mode, uid_t uid, gid_t gid);
|
/aosp12/system/core/libcutils/ |
H A D | fs.cpp | 119 int fs_prepare_dir_strict(const char* path, mode_t mode, uid_t uid, gid_t gid) { in fs_prepare_dir_strict() function
|
/aosp12/frameworks/native/cmds/installd/ |
H A D | utils.cpp | 1003 if (fs_prepare_dir_strict(path.c_str(), target_mode, uid, gid) != 0) { in prepare_app_cache_dir()
|
H A D | InstalldNativeService.cpp | 373 if (fs_prepare_dir_strict(path.c_str(), target_mode, uid, uid) != 0) { in prepare_app_dir() 397 if (fs_prepare_dir_strict(profile_dir.c_str(), 0700, uid, uid) != 0) { in prepare_app_profile_dir()
|