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