Searched refs:fullPath (Results 1 – 3 of 3) sorted by relevance
533 SmallString<256> fullPath; in searchDirForLibrary() local536 fullPath.assign(path); in searchDirForLibrary()538 if (fileExists(fullPath)) in searchDirForLibrary()544 fullPath.assign(path); in searchDirForLibrary()546 if (fileExists(fullPath)) in searchDirForLibrary()550 fullPath.assign(path); in searchDirForLibrary()552 if (fileExists(fullPath)) in searchDirForLibrary()556 fullPath.assign(path); in searchDirForLibrary()558 if (fileExists(fullPath)) in searchDirForLibrary()578 SmallString<256> fullPath; in findPathForFramework() local[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()
272 SmallString<256> fullPath; in loadFileList() local273 fullPath.assign(dirName); in loadFileList()274 llvm::sys::path::append(fullPath, Twine(line)); in loadFileList()275 path = ctx.copy(fullPath.str()); in loadFileList()