Home
last modified time | relevance | path

Searched defs:RegularFile (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
Dtypes.rs256 RegularFile = linux_raw_sys::general::S_IFREG as isize, enumerator
/third_party/node/deps/zlib/google/
Dzip_reader_unittest.cc283 TEST_F(ZipReaderTest, RegularFile) { in TEST_F() argument
/third_party/node/deps/v8/third_party/zlib/google/
Dzip_reader_unittest.cc281 TEST_F(ZipReaderTest, RegularFile) { in TEST_F() argument
/third_party/rust/crates/rustix/src/backend/libc/fs/
Dtypes.rs379 RegularFile = c::S_IFREG as isize, enumerator