Lines Matching defs:exists
1055 exists: false,
1067 ret.exists = ret.parentExists = true;
1107 ret.exists = true;
1117 if (ret.exists) {
1474 if (!path.parentExists || !path.exists) {
2450 var ERRNO_MESSAGES={0:"Success",1:"Not super-user",2:"No such file or directory",3:"No such process",4:"Interrupted system call",5:"I/O error",6:"No such device or address",7:"Arg list too long",8:"Exec format error",9:"Bad file number",10:"No children",11:"No more processes",12:"Not enough core",13:"Permission denied",14:"Bad address",15:"Block device required",16:"Mount device busy",17:"File existsexists with different case",138:"EILSEQ",139:"Value too large for defined data type",140:"Operation canceled",141:"State not recoverable",142:"Previous owner died",143:"Streams pipe error"};function _strerror_r(errnum, strerrbuf, buflen) {
2514 // Verify the file exists, create if needed and allowed.
2747 if (!path.exists) {
3275 } else if (!oldObj.exists) {
3285 } else if (newObj.exists && newObj.object.isFolder) {