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

/macosx-10.10.1/dyld-353.2.1/src/
H A DImageLoader.cpp68 : fPath(path), fRealPath(NULL), fDevice(0), fInode(0), fLastModified(0),
78 if ( fPath != NULL )
79 fPathHash = hash(fPath);
95 if ( fPathOwnedByImage && (fPath != NULL) )
96 delete [] fPath;
132 if ( fPathOwnedByImage && (fPath != NULL) )
133 delete [] fPath;
134 fPath = new char[strlen(path)+1];
135 strcpy((char*)fPath, path);
136 fPathOwnedByImage = true; // delete fPath whe
[all...]
H A DImageLoader.h368 const char* getPath() const { return fPath; }
755 const char* fPath; member in class:ImageLoader
/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A DMachOLayout.hpp173 virtual const char* getFilePath() const { return fPath; }
219 const char* fPath; member in class:MachOLayout
280 const char* fPath; member in class:UniversalMachOLayout
326 fgLayoutCache[result->fPath] = result;
355 : fPath(strdup(path))
398 fLayouts.push_back(new MachOLayout<x86>(&p[fileOffset], fileOffset, fPath, stat_buf.st_ino, stat_buf.st_mtime, stat_buf.st_uid));
401 fLayouts.push_back(new MachOLayout<x86_64>(&p[fileOffset], fileOffset, fPath, stat_buf.st_ino, stat_buf.st_mtime, stat_buf.st_uid));
404 fLayouts.push_back(new MachOLayout<arm>(&p[fileOffset], fileOffset, fPath, stat_buf.st_ino, stat_buf.st_mtime, stat_buf.st_uid));
407 fLayouts.push_back(new MachOLayout<arm64>(&p[fileOffset], fileOffset, fPath, stat_buf.st_ino, stat_buf.st_mtime, stat_buf.st_uid));
423 fLayouts.push_back(new MachOLayout<x86>(mh, 0, fPath, stat_bu
[all...]
H A Dupdate_dyld_shared_cache.cpp147 const char* getPath() const { return fPath; }
153 const char* fPath; member in class:ArchGraph::DependencyNode
432 char newPath[strlen(fPath) + strlen(dependentPath)+2];
433 if ( (fgFileSystemRoot != NULL) && (strncmp(fPath, fgFileSystemRoot, strlen(fgFileSystemRoot)) == 0) ) {
434 // fPath already has rootPath prefix, need to remove that to get to base virtual path
435 strcpy(newPath, &fPath[strlen(fgFileSystemRoot)]);
438 strcpy(newPath, fPath);
466 fprintf(stderr, "warning, could not bind %s because %s\n", fPath, msg);
490 : fGraph(graph), fPath(strdup(path)), fLayout(layout), fDependenciesLoaded(false), fDependentMissing(false)
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Duresbund.cpp55 pathkey.pointer = b->fPath;
66 path1.pointer = b1->fPath;
67 path2.pointer = b2->fPath;
152 if(entry->fPath != NULL) {
153 uprv_free(entry->fPath);
242 resB->fPath?resB->fPath:"NULL",
330 find.fPath = (char *)path;
356 r->fPath = (char *)uprv_strdup(path);
357 if(r->fPath
[all...]
H A Duresimp.h57 char *fPath; /* path to bundle - used for distinguishing between resources with the same name */ member in struct:UResourceDataEntry

Completed in 106 milliseconds