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

/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A Dupdate_dyld_shared_cache.cpp3274 struct stat tmpStatPathsFile; local
3279 if ( lstat(fullPath, &tmpStatPathsFile) == -1 ) {
3282 else if ( S_ISREG(tmpStatPathsFile.st_mode) ) {

Completed in 114 milliseconds