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):
  /external/python/cpython3/Lib/
pathlib.py 549 if entry_is_dir and not entry.is_symlink():
1394 def is_symlink(self): member in class:Path
    [all...]
  /development/vndk/tools/definition-tool/
vndk_definition_tool.py 143 def is_symlink(self): member in class:DirEntry
    [all...]

Completed in 535 milliseconds