Searched refs:rootPath (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/kext_tools-326.95.1/
H A Dkernelcache.h28 char rootPath[ROOT_PATH_LEN]; // unused member in struct:prelinked_kernel_header
34 char rootPath[ROOT_PATH_LEN]; member in struct:platform_info
H A Dbootcaches.h198 pid_t launch_rebuild_all(char * rootPath, Boolean force, Boolean wait);
H A Dbootcaches.c2405 pid_t launch_rebuild_all(char * rootPath, Boolean force, Boolean wait) argument
2423 kcargs[argi++] = rootPath;
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DFileInputType.cpp285 String rootPath = directoryName(files[0].path); local
287 while (!files[i].path.startsWith(rootPath))
288 rootPath = directoryName(rootPath);
290 rootPath = directoryName(rootPath);
291 ASSERT(rootPath.length());
292 int rootLength = rootPath.length();
293 if (rootPath[rootLength - 1] != '\\' && rootPath[rootLengt
[all...]
/macosx-10.9.5/dyld-239.4/launch-cache/
H A Dupdate_dyld_shared_cache.cpp404 // executablePath already has rootPath prefix, need to remove that to get to base virtual path
421 // fPath already has rootPath prefix, need to remove that to get to base virtual path
711 SharedCache(ArchGraph* graph, const char* rootPath, const char* overlayPath, const char* cacheDir, bool explicitCacheDir,
963 SharedCache<A>::SharedCache(ArchGraph* graph, const char* rootPath, const char* overlayPath, const char* cacheDir, bool explicitCacheDir, bool alphaSort, bool verify, bool optimize, uint64_t dyldBaseAddress) argument
965 fCacheFileInFinalLocation(rootPath[0] == '\0'), fCacheFilePath(NULL),
1018 else if ( rootPath[0] != '\0' ) {
1019 strcpy(cachePath, rootPath);
1034 else if ( rootPath[0] != '\0' ) {
1037 strcpy(cachePathRoot, rootPath);
3154 static void setSharedDylibs(const char* rootPath, cons argument
3174 scanForSharedDylibs(const char* rootPath, const char* overlayPath, const char* dirOfPathFiles, const std::set<ArchPair>& onlyArchs) argument
3222 setSharedDylibs(const char* rootPath, const char* overlayPath, const char* pathsFile, const std::set<ArchPair>& onlyArchs) argument
3273 updateSharedeCacheFile(const char* rootPath, const char* overlayPath, const char* cacheDir, bool explicitCacheDir, const std::set<ArchPair>& onlyArchs, bool force, bool alphaSort, bool optimize, bool deleteExistingFirst, bool verify, bool keepSignatures, bool dontMapLocalSymbols) argument
3336 const char* rootPath = ""; local
[all...]
/macosx-10.9.5/dyld-239.4/src/
H A Ddyld.cpp2805 for(const char* const* rootPath = gLinkContext.rootPaths ; *rootPath != NULL; ++rootPath) {
2806 char newPath[strlen(*rootPath) + strlen(path)+2];
2807 strcpy(newPath, *rootPath);
4330 const char* rootPath = _simple_getenv(envp, "DYLD_ROOT_PATH"); local
4331 if ( rootPath != NULL ) {
4334 strlcpy(simDyldPath, rootPath, PATH_MAX);

Completed in 123 milliseconds