Searched refs:PROFILE_EXT (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/
H A Dutils.cpp239 const std::string PROFILE_EXT = ".prof"; member in namespace:android::installd
240 const std::string PRIMARY_PROFILE_NAME = "primary" + PROFILE_EXT;
246 return StringPrintf("%s%s", location.c_str(), PROFILE_EXT.c_str());
264 dex_dir.c_str(), dex_name.c_str(), PROFILE_EXT.c_str());

Completed in 1004 milliseconds