Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_manager.cc607 std::string fullname = vdex_dir + basename; in UnlinkLeastRecentlyUsedVdexIfNeeded() local
610 int rc = TEMP_FAILURE_RETRY(stat(fullname.c_str(), &s)); in UnlinkLeastRecentlyUsedVdexIfNeeded()
612 *error_msg = "Failed to stat() anonymous vdex file " + fullname; in UnlinkLeastRecentlyUsedVdexIfNeeded()
616 cache.push_back(std::make_pair(s.st_atime, fullname)); in UnlinkLeastRecentlyUsedVdexIfNeeded()