Searched refs:dex_metadata_path (Results 1 – 2 of 2) sorted by relevance
266 Result<std::string> BuildDexMetadataPath(const DexMetadataPath& dex_metadata_path) { in BuildDexMetadataPath() argument267 OR_RETURN(ValidateDexPath(dex_metadata_path.dexPath)); in BuildDexMetadataPath()268 return ReplaceFileExtension(dex_metadata_path.dexPath, "dm"); in BuildDexMetadataPath()
91 const aidl::com::android::server::art::DexMetadataPath& dex_metadata_path);