Searched refs:target_mode (Results 1 – 4 of 4) sorted by relevance
/aosp12/art/test/ |
H A D | run-test | 142 target_mode="yes" 183 target_mode="no" 200 target_mode="no" 445 target_mode="no" 455 target_mode="no" 464 target_mode="no" 655 if [ "$target_mode" = "no" ]; then 675 if [ "$target_mode" = "no" ]; then 683 if [ "$target_mode" = "no" ]; then 928 if [ "$target_mode" = "no" ]; then [all …]
|
/aosp12/frameworks/native/cmds/installd/ |
H A D | utils.cpp | 996 int prepare_app_cache_dir(const std::string& parent, const char* name, mode_t target_mode, in prepare_app_cache_dir() argument 1003 if (fs_prepare_dir_strict(path.c_str(), target_mode, uid, gid) != 0) { in prepare_app_cache_dir() 1021 } else if (st.st_gid == gid && actual_mode == target_mode) { in prepare_app_cache_dir() 1027 << "/" << actual_mode << " but expected " << gid << "/" << target_mode; in prepare_app_cache_dir() 1042 if (chmod(p->fts_path, target_mode) != 0) { in prepare_app_cache_dir()
|
H A D | utils.h | 153 int prepare_app_cache_dir(const std::string& parent, const char* name, mode_t target_mode,
|
H A D | InstalldNativeService.cpp | 372 static int prepare_app_dir(const std::string& path, mode_t target_mode, uid_t uid) { in prepare_app_dir() argument 373 if (fs_prepare_dir_strict(path.c_str(), target_mode, uid, uid) != 0) { in prepare_app_dir()
|