Searched refs:EEXIST (Results 1 – 25 of 66) sorted by relevance
123
143 if (errno != EEXIST)148 if (errno != EEXIST)
103 #ifndef EEXIST104 #define EEXIST 17 macro
22 #define SEPOL_EEXIST -EEXIST
20 #define EEXIST 17 /* File exists */ macro
57 return EEXIST; in op_write_lock_file()
48 if (errno == EEXIST) in create_dir()
31 if (errno != EEXIST) { in opd_create_pipe()
45 case EEXIST: in pf_make_dir()
106 case EEXIST: in PANSIFileSystemMkdirImpl()
74 } while (errno == EEXIST); in openTemporaryFile()
294 # ifndef EEXIST295 # define EEXIST 17 macro513 file_exists = EEXIST,
94 errno = EEXIST; in main()
88 if (errno == EEXIST) { in __cmd_buildid_cache()
60 errno = EEXIST; in sepol_sidtab_insert()61 return -EEXIST; in sepol_sidtab_insert()
101 if e.errno != errno.EEXIST:
79 errno != EEXIST) { in CopyRecursiveDirNoCache()
566 ThrowException(String::New(strerror(EEXIST))); in CheckItsADirectory()576 if (errno == EEXIST) { in mkdirp()589 if (errno == EEXIST) { in mkdirp()
77 if (errno != EEXIST) in Sys_mkdir()
39 if e.errno != errno.EEXIST:
234 if (errno != EEXIST) { in bindagent()
173 if (errno != EEXIST) { in open_known_hosts_file()
111 case EEXIST: in CreatePlatformFile()
58 return -EEXIST; in strlist__add()
180 if e.errno != errno.EEXIST:
205 if err != errno.EEXIST: