Lines Matching refs:target_mode
1040 int prepare_app_cache_dir(const std::string& parent, const char* name, mode_t target_mode,1047 if (fs_prepare_dir_strict(path.c_str(), target_mode, uid, gid) != 0) {1065 } else if (st.st_gid == gid && actual_mode == target_mode) {1086 if (chmod(p->fts_path, target_mode) != 0) {