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

/macosx-10.10.1/kext_tools-384.1.4/
H A Dkernelcache.h32 char rootPath[ROOT_PATH_LEN]; // unused member in struct:prelinked_kernel_header
38 char rootPath[ROOT_PATH_LEN]; member in struct:platform_info
H A Dbootcaches.h226 pid_t launch_rebuild_all(char * rootPath, Boolean force, Boolean wait);
H A Dbootcaches.c2824 launch_rebuild_all(char * rootPath, Boolean force, Boolean wait) argument
2842 kcargs[argi++] = rootPath;
/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A Dupdate_dyld_shared_cache.cpp417 // executablePath already has rootPath prefix, need to remove that to get to base virtual path
434 // fPath already has rootPath prefix, need to remove that to get to base virtual path
732 SharedCache(ArchGraph* graph, const char* rootPath, const std::vector<const char*>& overlayPaths, const char* cacheDir, bool explicitCacheDir,
1001 SharedCache<A>::SharedCache(ArchGraph* graph, const char* rootPath, const std::vector<const char*>& overlayPaths, const char* cacheDir, bool explicitCacheDir, bool alphaSort, bool verify, bool optimize, uint64_t dyldBaseAddress) argument
1003 fCacheFileInFinalLocation(rootPath[0] == '\0'), fCacheFilePath(NULL),
1061 else if ( rootPath[0] != '\0' ) {
1062 strcpy(cachePath, rootPath);
1077 else if ( rootPath[0] != '\0' ) {
1080 strcpy(cachePathRoot, rootPath);
3233 static void setSharedDylibs(const char* rootPath, cons argument
3253 scanForSharedDylibs(const char* rootPath, const std::vector<const char*>& overlayPaths, const char* dirOfPathFiles, const std::set<ArchPair>& onlyArchs) argument
3301 setSharedDylibs(const char* rootPath, const std::vector<const char*>& overlayPaths, const char* pathsFile, const std::set<ArchPair>& onlyArchs) argument
3352 updateSharedeCacheFile(const char* rootPath, const std::vector<const char*>& overlayPaths, 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
3421 const char* rootPath = ""; local
[all...]
/macosx-10.10.1/dyld-353.2.1/src/
H A Ddyld.cpp2923 for(const char* const* rootPath = gLinkContext.rootPaths ; *rootPath != NULL; ++rootPath) {
2924 char newPath[strlen(*rootPath) + strlen(path)+2];
2925 strcpy(newPath, *rootPath);
4611 const char* rootPath = _simple_getenv(envp, "DYLD_ROOT_PATH"); local
4612 if ( rootPath != NULL ) {
4615 strlcpy(simDyldPath, rootPath, PATH_MAX);

Completed in 117 milliseconds