Home | History | Annotate | Download | only in installd

Lines Matching full:profile_file

154             std::string profile_file = create_primary_profile(profile_path);
156 if (fs_prepare_file_strict(profile_file.c_str(), 0600, uid, uid) != 0) {
1065 std::string profile_file = create_primary_profile(profile_dir);
1067 profile_fd = TEMP_FAILURE_RETRY(open(profile_file.c_str(), open_mode | O_NOFOLLOW));