Home
last modified time | relevance | path

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

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