Home
last modified time | relevance | path

Searched defs:is_symlink (Results 1 – 5 of 5) sorted by relevance

/external/autotest/server/site_tests/platform_Vpd/
Dplatform_Vpd.py68 def is_symlink(self, host, path): member in platform_Vpd
/external/python/parse_type/tasks/_vendor/
Dpathlib.py1210 def is_symlink(self): member in Path
/external/python/cpython3/Lib/
Dpathlib.py1449 def is_symlink(self): member in Path
/external/python/cpython3/Lib/test/
Dtest_os.py3674 def check_entry(self, entry, name, is_dir, is_file, is_symlink): argument
/external/python/cpython3/Modules/
Dposixmodule.c12525 int is_symlink; in DirEntry_test_mode() local