Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dutils.cpp240 const std::string PRIMARY_PROFILE_NAME = "primary" + PROFILE_EXT; variable
250 return StringPrintf("%s/%s", profile_dir.c_str(), PRIMARY_PROFILE_NAME.c_str()); in create_current_profile_path()
268 return StringPrintf("%s/%s", profile_dir.c_str(), PRIMARY_PROFILE_NAME.c_str()); in create_reference_profile_path()