Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_manager.cc547 static bool UnlinkLeastRecentlyUsedVdexIfNeeded(const std::string& vdex_path_to_add, in UnlinkLeastRecentlyUsedVdexIfNeeded() argument
549 std::string basename = android::base::Basename(vdex_path_to_add); in UnlinkLeastRecentlyUsedVdexIfNeeded()
555 if (OS::FileExists(vdex_path_to_add.c_str())) { in UnlinkLeastRecentlyUsedVdexIfNeeded()
561 auto last_slash = vdex_path_to_add.rfind('/'); in UnlinkLeastRecentlyUsedVdexIfNeeded()
563 std::string vdex_dir = vdex_path_to_add.substr(0, last_slash + 1); in UnlinkLeastRecentlyUsedVdexIfNeeded()