Home
last modified time | relevance | path

Searched refs:fs_prepare_file_strict (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/core/libcutils/include/cutils/
H A Dfs.h58 extern int fs_prepare_file_strict(const char* path, mode_t mode, uid_t uid, gid_t gid);
/aosp12/system/core/libcutils/include_outside_system/cutils/
H A Dfs.h58 extern int fs_prepare_file_strict(const char* path, mode_t mode, uid_t uid, gid_t gid);
/aosp12/system/core/libcutils/
H A Dfs.cpp123 int fs_prepare_file_strict(const char* path, mode_t mode, uid_t uid, gid_t gid) { in fs_prepare_file_strict() function
/aosp12/frameworks/native/cmds/installd/
H A Ddexopt.cpp2614 if (fs_prepare_file_strict(cur_profile.c_str(), 0600, uid, uid) != 0) { in prepare_app_profile()