Home
last modified time | relevance | path

Searched defs:is_symlink (Results 1 – 7 of 7) 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/pyfakefs/pyfakefs/
Dfake_scandir.py85 def is_symlink(self): member in DirEntry
/external/libcups/scheduler/
Dconf.c247 int is_symlink; /* Is "filename" a symlink? */ in cupsdCheckPermissions() local
/external/python/parse_type/tasks/_vendor/
Dpathlib.py1210 def is_symlink(self): member in Path
/external/python/cpython3/Lib/
Dpathlib.py1470 def is_symlink(self): member in Path
/external/python/cpython3/Lib/test/
Dtest_os.py3875 def check_entry(self, entry, name, is_dir, is_file, is_symlink): argument
/external/python/cpython3/Modules/
Dposixmodule.c13332 int is_symlink; in DirEntry_test_mode() local