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

/macosx-10.10/dyld-353.2.1/launch-cache/
H A Dupdate_dyld_shared_cache.cpp200 char completePath[MAXPATHLEN]; local
204 strcpy(completePath, *it);
205 strcat(completePath, vpath); // assumes vpath starts with '/'
207 if ( stat(completePath, &stat_buf) == 0 ) {
208 path = completePath;
214 strcpy(completePath, fgFileSystemRoot);
215 strcat(completePath, vpath); // assumes vpath starts with '/'
217 if ( stat(completePath, &stat_buf) == 0 )
218 path = completePath;
265 char completePath[MAXPATHLE local
[all...]

Completed in 87 milliseconds