Searched refs:rootPaths (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/dyld-353.2.1/src/
H A Ddyld.cpp184 // DYLD_ROOT_PATH ==> gLinkContext.rootPaths
1451 gLinkContext.rootPaths = parseColonList(value, mainExecutableDir);
1452 for (int i=0; gLinkContext.rootPaths[i] != NULL; ++i) {
1453 if ( gLinkContext.rootPaths[i][0] != '/' ) {
1455 gLinkContext.rootPaths = NULL;
1784 if ( (gLinkContext.imageSuffix != NULL) && (gLinkContext.rootPaths != NULL) ) {
2922 if ( (gLinkContext.rootPaths != NULL) && (path[0] == '/') ) {
2923 for(const char* const* rootPath = gLinkContext.rootPaths ; *rootPath != NULL; ++rootPath) {
H A DImageLoader.h280 const char** rootPaths; member in struct:ImageLoader::LinkContext
H A DImageLoaderMachO.cpp1115 else if ( (path[0] == '/') && (context.rootPaths != NULL) ) {
1119 for(const char** rp = context.rootPaths; *rp != NULL; ++rp) {

Completed in 104 milliseconds