Home
last modified time | relevance | path

Searched refs:fileExists (Results 1 – 2 of 2) sorted by relevance

/external/bzip2/
Dbzip2.c940 Bool fileExists ( Char* name ) in fileExists() function
1168 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()
/external/fastrpc/src/
Dlog_config.c172 boolean fileExists = FALSE; in readLogConfigFromPath() local
179 VERIFY(AEE_SUCCESS == (nErr = apps_std_fileExists(path,&fileExists))); in readLogConfigFromPath()
180 if (fileExists == FALSE){ in readLogConfigFromPath()