Home
last modified time | relevance | path

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

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