HomeSort by relevance Sort by last modified time
    Searched defs:is_symlink (Results 1 - 3 of 3) sorted by null

  /external/autotest/server/site_tests/platform_Vpd/
platform_Vpd.py 68 def is_symlink(self, host, path): member in class:platform_Vpd
95 if self.is_symlink(host, path):
116 if not self.is_symlink(host, path):
  /frameworks/compile/mclinker/lib/Support/
Directory.cpp 22 bool is_symlink(FileStatus f) { function in namespace:mcld::sys::fs::__anon46022
104 if (status_known(m_SymLinkStatus) && !is_symlink(m_SymLinkStatus)) {
  /external/python/cpython3/Lib/
pathlib.py 550 if entry.is_dir() and not entry.is_symlink():
1353 def is_symlink(self): member in class:Path
    [all...]

Completed in 224 milliseconds