Searched refs:kPathNotFound (Results 1 – 2 of 2) sorted by relevance
78 kPathNotFound = 9, enumerator215 static Status PathNotFound() { return Status(kIOError, kPathNotFound); } in PathNotFound()217 return Status(kIOError, kPathNotFound, msg, msg2);296 return (code() == kIOError) && (subcode() == kPathNotFound); in IsPathNotFound()
124 static IOStatus PathNotFound() { return IOStatus(kIOError, kPathNotFound); } in PathNotFound()126 return IOStatus(kIOError, kPathNotFound, msg, msg2);