Home
last modified time | relevance | path

Searched defs:isSymlink (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/server/
Dproject.ts2259 const isSymlink = real && real !== packageJson.packageDirectory; constant
/third_party/typescript/src/harness/
DvfsUtil.ts1507 function isSymlink(node: Inode | undefined): node is SymlinkInode { function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DVirtualFileSystem.cpp102 bool Status::isSymlink() const { return Type == file_type::symlink_file; } in isSymlink() function in Status