Home
last modified time | relevance | path

Searched refs:file_attributes (Results 1 – 4 of 4) sorted by relevance

/external/curl/packages/vms/
Dcurl_startup.com83 $ if .not. f$file_attributes("gnv$libcurl", "known")
92 $ if .not. f$file_attributes(curl_exe, "known")
Dbuild_vms.com168 $ proc_fid = f$file_attributes(proc, "FID")
187 $ test_proc_fid = f$file_attributes(test_proc, "FID")
/external/clang/test/CodeGen/
Dpacked-union.c4 unsigned file_attributes; member
/external/python/cpython3/Lib/test/
Dtest_stat.py59 file_attributes = { variable in TestFilemode
225 for key, value in sorted(self.file_attributes.items()):