Lines Matching defs:exists
184 Boolean exists;
232 file_access = CheckFilePermissions(filename, &exists);
233 if (exists) {
248 if (file_access == WRITE_OK && exists) {
251 "Save: file ", name, " already exists, "
265 if (item && item->mtime && exists && item->mtime < st.st_mtime) {
268 "Save: Newer file exists, "
279 if (app_resources.enableBackups && exists) {
432 Boolean exists;
436 switch( file_access = CheckFilePermissions(filename, &exists) ) {
438 if (exists)
440 "exists, and could not be opened for reading.\n");
461 if (exists) {
482 if (exists && file_access == WRITE_OK) {