Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/oat/
H A Doat_file_manager.cc623 static bool UnlinkLeastRecentlyUsedVdexIfNeeded(const std::string& vdex_path_to_add, in UnlinkLeastRecentlyUsedVdexIfNeeded() argument
625 std::string basename = android::base::Basename(vdex_path_to_add); in UnlinkLeastRecentlyUsedVdexIfNeeded()
631 if (OS::FileExists(vdex_path_to_add.c_str())) { in UnlinkLeastRecentlyUsedVdexIfNeeded()
637 auto last_slash = vdex_path_to_add.rfind('/'); in UnlinkLeastRecentlyUsedVdexIfNeeded()
639 std::string vdex_dir = vdex_path_to_add.substr(0, last_slash + 1); in UnlinkLeastRecentlyUsedVdexIfNeeded()