Home
last modified time | relevance | path

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

/art/artd/
Dpath_utils.cc199 Result<std::string> BuildPrebuiltProfilePath(const PrebuiltProfilePath& prebuilt_profile_path) { in BuildPrebuiltProfilePath() argument
200 OR_RETURN(ValidateDexPath(prebuilt_profile_path.dexPath)); in BuildPrebuiltProfilePath()
201 return prebuilt_profile_path.dexPath + ".prof"; in BuildPrebuiltProfilePath()
Dpath_utils.h56 const aidl::com::android::server::art::ProfilePath::PrebuiltProfilePath& prebuilt_profile_path);