Searched refs:fullPath (Results 1 – 3 of 3) sorted by relevance
534 SmallString<256> fullPath; in searchDirForLibrary() local537 fullPath.assign(path); in searchDirForLibrary()539 if (fileExists(fullPath)) in searchDirForLibrary()545 fullPath.assign(path); in searchDirForLibrary()547 if (fileExists(fullPath)) in searchDirForLibrary()551 fullPath.assign(path); in searchDirForLibrary()553 if (fileExists(fullPath)) in searchDirForLibrary()573 SmallString<256> fullPath; in findPathForFramework() local575 fullPath.assign(dir); in findPathForFramework()577 if (fileExists(fullPath)) in findPathForFramework()[all …]
889 char *fullPath = nullptr; in synthesizeDebugNotes() local894 fullPath = file.ownedAllocations.Allocate<char>(pathBuf.size() + 1); in synthesizeDebugNotes()895 memcpy(fullPath, pathBuf.c_str(), pathBuf.size() + 1); in synthesizeDebugNotes()901 if (!llvm::sys::fs::status(fullPath, stat)) in synthesizeDebugNotes()906 modTime, fullPath)); in synthesizeDebugNotes()
273 SmallString<256> fullPath; in loadFileList() local274 fullPath.assign(dirName); in loadFileList()275 llvm::sys::path::append(fullPath, Twine(line)); in loadFileList()276 path = ctx.copy(fullPath.str()); in loadFileList()