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

/frameworks/native/cmds/installd/
H A DInstalldNativeService.cpp421 const std::string profile_file = create_current_profile_path(userId, pkgname, local
424 if (fs_prepare_file_strict(profile_file.c_str(), 0600, uid, uid) != 0) {
425 return error("Failed to prepare " + profile_file);

Completed in 163 milliseconds