Searched refs:profile_file (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/
H A Dcommands.cpp114 std::string profile_file = create_primary_profile(profile_path); local
116 if (fs_prepare_file_strict(profile_file.c_str(), 0600, uid, uid) != 0) {
1011 std::string profile_file = create_primary_profile(profile_dir); local
1013 profile_fd = TEMP_FAILURE_RETRY(open(profile_file.c_str(), open_mode | O_NOFOLLOW));

Completed in 9 milliseconds