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.cc575 static bool UnlinkLeastRecentlyUsedVdexIfNeeded(const std::string& vdex_path_to_add, in UnlinkLeastRecentlyUsedVdexIfNeeded() argument
577 if (OS::FileExists(vdex_path_to_add.c_str())) { in UnlinkLeastRecentlyUsedVdexIfNeeded()
583 auto last_slash = vdex_path_to_add.rfind('/'); in UnlinkLeastRecentlyUsedVdexIfNeeded()
585 std::string vdex_dir = vdex_path_to_add.substr(0, last_slash + 1); in UnlinkLeastRecentlyUsedVdexIfNeeded()