Searched refs:infoPath (Results 1 – 1 of 1) sorted by relevance
271 std::string infoPath = getCacheInfoPath(); in internalLoadCache() local280 if (infoFile.open(infoPath.c_str(), OpenMode::Read) < 0) { in internalLoadCache()401 std::string infoPath = getCacheInfoPath(); in writeCache() local408 ::unlink(infoPath.c_str()); in writeCache()414 infoFile.open(infoPath.c_str(), OpenMode::Write) >= 0) { in writeCache()451 if (unlink(infoPath.c_str()) != 0) { in writeCache()453 infoPath.c_str(), strerror(errno)); in writeCache()