Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Ddexopt.cpp2983 std::string cur_profile = create_current_profile_path(user_id, package_name, profile_name, in prepare_app_profile() local
2986 if (fs_prepare_file_strict(cur_profile.c_str(), 0600, uid, uid) != 0) { in prepare_app_profile()
2987 PLOG(ERROR) << "Failed to prepare " << cur_profile; in prepare_app_profile()