Searched refs:prebuilt_profile_path (Results 1 – 2 of 2) sorted by relevance
199 Result<std::string> BuildPrebuiltProfilePath(const PrebuiltProfilePath& prebuilt_profile_path) { in BuildPrebuiltProfilePath() argument200 OR_RETURN(ValidateDexPath(prebuilt_profile_path.dexPath)); in BuildPrebuiltProfilePath()201 return prebuilt_profile_path.dexPath + ".prof"; in BuildPrebuiltProfilePath()
56 const aidl::com::android::server::art::ProfilePath::PrebuiltProfilePath& prebuilt_profile_path);