Searched refs:file_attributes (Results 1 – 11 of 11) sorted by relevance
55 pub fn is_hidden(file_attributes: u64) -> bool { in is_hidden()56 file_attributes & (winnt::FILE_ATTRIBUTE_HIDDEN as u64) > 0 in is_hidden()71 pub fn file_attributes(&self) -> u64 { in file_attributes() method78 is_hidden(self.file_attributes()) in is_hidden()
81 $ if .not. f$file_attributes("gnv$libcurl", "known")90 $ if .not. f$file_attributes(curl_exe, "known")
168 $ proc_fid = f$file_attributes(proc, "FID")187 $ test_proc_fid = f$file_attributes(test_proc, "FID")
525 WIN32_FILE_ATTRIBUTE_DATA file_attributes; in GetFileSize() local527 &file_attributes)) { in GetFileSize()531 file_size.HighPart = file_attributes.nFileSizeHigh; in GetFileSize()532 file_size.LowPart = file_attributes.nFileSizeLow; in GetFileSize()
328 fn file_attributes(&self) -> u32; in file_attributes() method485 fn file_attributes(&self) -> u32 { in file_attributes() method
328 fn file_attributes(&self) -> u32; in file_attributes() method478 fn file_attributes(&self) -> u32 { in file_attributes() method
62 file_attributes = { variable in TestFilemode235 for key, value in sorted(self.file_attributes.items()):
4 unsigned file_attributes; member