Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/ExecutionEngine/
DScript.cpp271 std::string infoPath = getCacheInfoPath(); in internalLoadCache() local
280 if (infoFile.open(infoPath.c_str(), OpenMode::Read) < 0) { in internalLoadCache()
401 std::string infoPath = getCacheInfoPath(); in writeCache() local
408 ::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()