Searched refs:fileExists (Results 1 – 2 of 2) sorted by relevance
940 Bool fileExists ( Char* name ) in fileExists() function1168 if ( srcMode != SM_I2O && !fileExists ( inName ) ) { in compress()1201 if ( srcMode == SM_F2F && fileExists ( outName ) ) { in compress()1357 if ( srcMode != SM_I2O && !fileExists ( inName ) ) { in uncompress()1387 if ( srcMode == SM_F2F && fileExists ( outName ) ) { in uncompress()1537 if ( srcMode != SM_I2O && !fileExists ( inName ) ) { in testf()
172 boolean fileExists = FALSE; in readLogConfigFromPath() local179 VERIFY(AEE_SUCCESS == (nErr = apps_std_fileExists(path,&fileExists))); in readLogConfigFromPath()180 if (fileExists == FALSE){ in readLogConfigFromPath()