Home
last modified time | relevance | path

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

/art/artd/
Dpath_utils.cc215 const SecondaryRefProfilePath& secondary_ref_profile_path) { in BuildSecondaryRefProfilePath() argument
216 OR_RETURN(ValidateDexPath(secondary_ref_profile_path.dexPath)); in BuildSecondaryRefProfilePath()
217 std::filesystem::path dex_path(secondary_ref_profile_path.dexPath); in BuildSecondaryRefProfilePath()
Dpath_utils.h64 secondary_ref_profile_path);