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

/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A Dupdate_dyld_shared_cache.cpp3358 char dyldPath[1024]; local
3359 strlcpy(dyldPath, rootPath, 1024);
3360 strlcat(dyldPath, "/usr/lib/dyld", 1024);
3362 if ( stat(dyldPath, &stat_buf) == 0 ) {
3363 dyldLayout = new UniversalMachOLayout(dyldPath, &onlyArchs);
/macosx-10.10.1/dyld-353.2.1/src/
H A Ddyld.cpp4460 static uintptr_t useSimulatorDyld(int fd, const macho_header* mainExecutableMH, const char* dyldPath, argument
4488 else if ( !isCompatibleMachO(firstPage, dyldPath) ) {
4566 info.imageFilePath = strdup(dyldPath);

Completed in 139 milliseconds