Searched refs:fullname (Results 1 – 1 of 1) sorted by relevance
841 std::string fullname = vdex_dir + basename; in UnlinkLeastRecentlyUsedVdexIfNeeded() local844 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()