Searched refs:aPath (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/tools/llvm-ar/
H A Dllvm-ar.cpp305 sys::Path aPath; local
306 if (!aPath.set(Members[i]))
310 if (sys::fs::exists(aPath.str(), Exists) || !Exists)
313 sys::PathWithStatus PwS(aPath);
319 if (recurseDirectories(aPath, dirpaths, ErrMsg))
323 Paths.insert(aPath);
326 Paths.insert(aPath);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/Windows/
H A DPath.inc526 Path aPath(path);
527 aPath.appendComponent(&fd.cFileName[0]);
528 result.insert(aPath);
723 Path aPath(path);
724 aPath.appendComponent(&fd.cFileName[0]);
725 list.push_back(aPath);
737 Path &aPath = *I;
738 aPath.eraseFromDisk(true);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/Unix/
H A DPath.inc341 StringRef aPath("/proc/self/exe");
342 if (sys::fs::exists(aPath)) {
344 ssize_t len = readlink(aPath.str().c_str(), exe_path, sizeof(exe_path));
573 Path aPath(dirPath + (const char*)de->d_name);
575 if (0 != lstat(aPath.path.c_str(), &st)) {
579 aPath.path + ": can't determine file object type");
581 result.insert(aPath);
/macosx-10.10.1/xnu-2782.1.97/libkern/libkern/c++/
H A DOSKext.h294 OSString * aPath);
/macosx-10.10.1/dyld-353.2.1/src/
H A Ddyld.cpp2284 const char* aPath = (char*)sSharedCache + p->pathFileOffset; local
2287 if ( strcmp(path, aPath) == 0 ) {
2290 *pathInCache = aPath;
2299 const char* aPath = (char*)sSharedCache + p->pathFileOffset;
2300 bool cacheHit = (strcmp(path, aPath) == 0);
2305 if ( my_stat(aPath, &pathInCacheStatBuf) != -1 )
2312 // *mh, p->address, sSharedCacheSlide, aPath);
2313 *pathInCache = aPath;
/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A DMachOBinder.hpp372 char aPath[PATH_MAX]; local
373 if ( realpath(it->first, aPath) != NULL ) {
374 if ( strcmp(targetPath, aPath) == 0 ) {
/macosx-10.10.1/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp1924 OSString * aPath)
1967 aPath ? aPath->getCStringNoCopy() : "(unknown)");
1983 if (aPath) {
1984 path = aPath;
1922 setInfoDictionaryAndPath( OSDictionary * aDictionary, OSString * aPath) argument

Completed in 219 milliseconds