Home
last modified time | relevance | path

Searched refs:file_flags (Results 1 – 11 of 11) sorted by relevance

/external/google-breakpad/src/processor/testdata/
Dminidump2.dump.out194 version_info.file_flags = 0x0
226 version_info.file_flags = 0x0
258 version_info.file_flags = 0x0
290 version_info.file_flags = 0x0
322 version_info.file_flags = 0x0
354 version_info.file_flags = 0x0
386 version_info.file_flags = 0x0
418 version_info.file_flags = 0x0
450 version_info.file_flags = 0x0
482 version_info.file_flags = 0x0
[all …]
/external/tensorflow/tensorflow/core/platform/windows/
Dwindows_file_system.cc237 DWORD file_flags = FILE_ATTRIBUTE_READONLY | FILE_FLAG_OVERLAPPED; in NewRandomAccessFile() local
244 OPEN_EXISTING, file_flags, NULL); in NewRandomAccessFile()
313 DWORD file_flags = FILE_ATTRIBUTE_READONLY; in NewReadOnlyMemoryRegionFromFile() local
317 file_flags |= FILE_FLAG_OVERLAPPED; in NewReadOnlyMemoryRegionFromFile()
322 OPEN_EXISTING, file_flags, NULL); in NewReadOnlyMemoryRegionFromFile()
/external/python/cpython2/Lib/test/
Dtest_stat.py7 file_flags = {'SF_APPEND', 'SF_ARCHIVED', 'SF_IMMUTABLE', 'SF_NOUNLINK', variable in TestFilemode
159 for key in self.file_flags:
/external/python/cpython3/Lib/test/
Dtest_stat.py12 file_flags = {'SF_APPEND', 'SF_ARCHIVED', 'SF_IMMUTABLE', 'SF_NOUNLINK', variable in TestFilemode
199 for key in self.file_flags:
/external/tensorflow/tensorflow/python/keras/_impl/keras/
Dcallbacks.py958 self.file_flags = 'b' if six.PY2 and os.name == 'nt' else ''
964 with open(self.filename, 'r' + self.file_flags) as f:
966 self.csv_file = open(self.filename, 'a' + self.file_flags)
968 self.csv_file = open(self.filename, 'w' + self.file_flags)
/external/libchrome/base/metrics/
Dpersistent_memory_allocator_unittest.cc812 const uint32_t file_flags = in TEST() local
818 mmfile->Initialize(File(file_path, file_flags), map_access); in TEST()
860 mmfile->Initialize(File(file_path, file_flags), map_access); in TEST()
/external/kernel-headers/original/uapi/linux/
Dbpf.h271 __u32 file_flags; member
/external/google-breakpad/src/google_breakpad/common/
Dminidump_format.h137 uint32_t file_flags; member
/external/google-breakpad/src/processor/
Dsynth_minidump.cc269 D32(version_info.file_flags); in Module()
Dminidump.cc1754 Swap(&module_.version_info.file_flags); in Read()
2311 module_.version_info.file_flags); in Print()
/external/google-breakpad/src/common/mac/
Dmacho_reader_unittest.cc713 uint32_t file_flags = (MH_TWOLEVEL | in Header() argument
722 D32(file_flags); // flags in Header()