Home
last modified time | relevance | path

Searched refs:createIOError (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/harness/
DvfsUtil.ts171 if (value !== undefined && this.isReadonly) throw createIOError("EPERM");
188 if (!node) throw createIOError("ENOENT");
208 if (!node) throw createIOError("ENOENT");
209 if (!isDirectory(node)) throw createIOError("ENOTDIR");
219 if (this.isReadonly) throw createIOError("EPERM");
222 if (!node) throw createIOError("ENOENT");
223 if (!isDirectory(node)) throw createIOError("ENOTDIR");
231 if (this.isReadonly) throw createIOError("EPERM");
246 if (this.isReadonly) throw createIOError("EPERM");
326 if (this.isReadonly) throw createIOError("EROFS");
[all …]
DvpathUtil.ts106 if (!validateComponents(components, flags, trailing)) throw vfs.createIOError("ENOENT");