Searched defs:isFile (Results 1 – 14 of 14) sorted by relevance
7 get isFile(): this is File { method in Test.FileSystemObject10 set isFile(param) { method in Test.FileSystemObject
224 func isFile(path string) bool { func
181 for await (const isFile of candidates.map(isFileAtPath)) { constant
823 func isFile(path string) bool { func
82 protected isFile(file: string) { method in Loader
1331 public isFile() { return (this.mode & S_IFMT) === S_IFREG; } method in Stats1504 function isFile(node: Inode | undefined): node is FileInode { function
77 export function isFile(fileOrFolderOrSymLink: FileOrFolderOrSymLink): fileOrFolderOrSymLink is File… function
421 bool CCensorNode::CheckPathVect(const UStringVector &pathParts, bool isFile, bool &include) const in CheckPathVect()
5427 readonly isFile: boolean; property
5447 readonly isFile: boolean; property
107805 function fileOrDirectoryExistsUsingSource(fileOrDirectory, isFile) { argument