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

/macosx-10.10.1/dyld-353.2.1/src/
H A Ddyld.cpp1267 static const char** parseColonList(const char* list, const char* mainExecutableDir) function in namespace:dyld
1337 //dyld::log("parseColonList(%s)\n", list);
1345 const char** newlist = parseColonList(list, mainExecutableDir);
1451 gLinkContext.rootPaths = parseColonList(value, mainExecutableDir);
1465 sEnv.DYLD_INSERT_LIBRARIES = parseColonList(value, NULL);
1755 sEnv.LD_LIBRARY_PATH = parseColonList(path, NULL);

Completed in 120 milliseconds