Lines Matching refs:T_FileStream_file_exists
588 if (T_FileStream_file_exists(targetFileNamePath)) {
652 if (T_FileStream_file_exists(checkLibFile)) {
1077 if (!T_FileStream_file_exists(installDir)) {
1109 if (!T_FileStream_file_exists(installDir)) {
1425 if (T_FileStream_file_exists(icudtAll) && (result = remove(icudtAll)) != 0) {
1664 if (T_FileStream_file_exists(tmpResFilePath)) {
1669 if (!o->rebuild && (T_FileStream_file_exists(dllFilePath) && isFileModTimeLater(dllFilePath, gencFilePath)) &&
1670 (T_FileStream_file_exists(libFilePath) && isFileModTimeLater(libFilePath, gencFilePath))) {