Searched refs:statResult (Results 1 - 3 of 3) sorted by path

/macosx-10.10/IOKitUser-1050.1.21/
H A DIOCFURLAccess.c247 SInt32 index, count, statResult = 0; local
281 statResult = stat(cPath, &statBuf);
282 if (statResult != 0) statResult = thread_errno();
288 if (statResult == 0) {
296 if (statResult == 0) {
305 if (statResult == 0 && (statBuf.st_mode & S_IFMT) == S_IFDIR) {
317 if (statResult == 0) {
326 if (statResult == 0) {
335 if (statResult
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/gtk/
H A DFileSystemGtk.cpp124 GStatBuf statResult; local
125 if (!getFileStat(path, &statResult))
128 resultSize = statResult.st_size;
140 GStatBuf statResult; local
141 if (!getFileStat(path, &statResult))
144 modifiedTime = statResult.st_mtime;
150 GStatBuf statResult; local
151 if (!getFileStat(path, &statResult))
154 metadata.modificationTime = statResult.st_mtime;
155 metadata.length = statResult
[all...]
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkMigration.c545 int statResult = 0; local
558 statResult = stat(filePathStr, &statStruct);
560 if (statResult == 0) {

Completed in 280 milliseconds