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

/macosx-10.9.5/dyld-239.4/src/
H A Ddyld.cpp1238 // of string pointers. If mainExecutableDir param is not NULL,
1241 static const char** parseColonList(const char* list, const char* mainExecutableDir) argument
1260 if ( (mainExecutableDir != NULL) && (strncmp(start, "@loader_path/", 13) == 0) ) {
1261 int mainExecDirLen = strlen(mainExecutableDir);
1263 strcpy(str, mainExecutableDir);
1269 else if ( (mainExecutableDir != NULL) && (strncmp(start, "@executable_path/", 17) == 0) ) {
1270 int mainExecDirLen = strlen(mainExecutableDir);
1272 strcpy(str, mainExecutableDir);
1288 if ( (mainExecutableDir != NULL) && (strncmp(start, "@loader_path/", 13) == 0) ) {
1289 int mainExecDirLen = strlen(mainExecutableDir);
1317 appendParsedColonList(const char* list, const char* mainExecutableDir, const char* const ** storage) argument
1409 processDyldEnvironmentVariable(const char* key, const char* value, const char* mainExecutableDir) argument
1581 char mainExecutableDir[strlen(sExecPath)]; local
[all...]

Completed in 104 milliseconds