Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
DInstalldNativeService.cpp657 const std::string ref_profile_path = in prepare_app_profile_dir() local
670 if (fs_prepare_dir(ref_profile_path.c_str(), 0770, AID_SYSTEM, shared_app_gid) != 0) { in prepare_app_profile_dir()
671 PLOG(ERROR) << "Failed to prepare " << ref_profile_path; in prepare_app_profile_dir()
738 const std::string ref_profile_path = in chown_app_profile_dir() local
740 argv[0] = (char *) ref_profile_path.c_str(); in chown_app_profile_dir()