Searched refs:fullname (Results 1 – 1 of 1) sorted by relevance
585 std::string fullname = vdex_dir + basename; in UnlinkLeastRecentlyUsedVdexIfNeeded() local588 int rc = TEMP_FAILURE_RETRY(stat(fullname.c_str(), &s)); in UnlinkLeastRecentlyUsedVdexIfNeeded()590 *error_msg = "Failed to stat() anonymous vdex file " + fullname; in UnlinkLeastRecentlyUsedVdexIfNeeded()594 cache.push_back(std::make_pair(s.st_atime, fullname)); in UnlinkLeastRecentlyUsedVdexIfNeeded()