Home
last modified time | relevance | path

Searched defs:file_id (Results 1 – 25 of 31) sorted by relevance

12

/external/bcc/libbpf-tools/
Dfiletop.h13 struct file_id { struct
14 __u64 inode;
15 __u32 dev;
16 __u32 rdev;
17 __u32 pid;
18 __u32 tid;
/external/autotest/client/site_tests/enterprise_SmbProviderDaemon/
Denterprise_SmbProviderDaemon.py271 def _check_close_file(self, mount_id, file_id): argument
284 def _check_write_file(self, mount_id, file_id, offset, data): argument
299 def _check_read_file(self, mount_id, file_id, offset, length): argument
/external/autotest/client/cros/netprotos/
Dcros_p2p.py40 def add_file(self, file_id, file_size, announce=False): argument
52 def remove_file(self, file_id, announce=False): argument
/external/clang/test/CodeGenCXX/
Dmember-init-assignment.cpp5 unsigned file_id; member
/external/autotest/client/common_lib/cros/
Dsmbprovider.py258 def close_file(self, mount_id, file_id): argument
281 def read_file(self, mount_id, file_id, offset, length): argument
416 def write_file(self, mount_id, file_id, offset, data): argument
/external/cros/system_api/dbus/smbprovider/
Ddirectory_entry.proto118 optional int32 file_id = 2; field
126 optional int32 file_id = 2; field
169 optional int32 file_id = 2; field
/external/pigweed/pw_blob_store/public/pw_blob_store/
Dflat_file_system_entry.h40 FlatFileSystemBlobStoreEntry(Id file_id, in FlatFileSystemBlobStoreEntry()
/external/rust/crates/codespan-reporting/tests/
Dterm.rs563 let file_id = files.add( localVariable
694 let file_id = files.add( localVariable
771 let file_id = files.add("tab_columns", source); localVariable
/external/autotest/server/site_tests/p2p_EndToEndTest/
Dp2p_EndToEndTest.py43 def run_once(self, dut, file_id, is_main, peers, barrier): argument
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dvalidate_debug.cpp46 const auto file_id = inst->GetOperandAs<uint32_t>(0); in ValidateLine() local
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_debug.cpp46 const auto file_id = inst->GetOperandAs<uint32_t>(0); in ValidateLine() local
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_debug.cpp46 const auto file_id = inst->GetOperandAs<uint32_t>(0); in ValidateLine() local
/external/rust/crates/codespan-reporting/src/term/
Dviews.rs46 file_id: FileId, in render() field
334 let file_id = labeled_file.file_id; in render() localVariable
/external/kernel-headers/original/uapi/linux/
Dincrementalfs.h195 incfs_uuid_t file_id; member
216 incfs_uuid_t file_id; member
300 incfs_uuid_t file_id; member
/external/tensorflow/tensorflow/core/profiler/
Dtfprof_log.proto14 int64 file_id = 6; field
/external/pigweed/pw_file/
Dflat_file_system_test.cc36 constexpr FakeFile(std::string_view file_name, size_t size, uint32_t file_id) in FakeFile()
/external/rust/crates/codespan-reporting/src/
Ddiagnostic.rs69 pub file_id: FileId, field
/external/pdfium/core/fpdfapi/parser/
Dcpdf_security_handler.cpp45 const ByteString& file_id) { in CalcEncryptKey()
591 ByteString file_id; in OnCreateInternal() local
/external/arm-trusted-firmware/include/drivers/brcm/
Dfru.h100 unsigned char file_id[FRU_MAX_STR_LEN]; member
/external/rust/crates/codespan-reporting/examples/
Dcustom_files.rs101 let file_id = FileId(u32::try_from(self.files.len()).ok()?); in add() localVariable
/external/ltp/testcases/kernel/fs/inode/
Dinode01.c96 int file_id; variable
Dinode02.c82 int file_id; variable
/external/wpa_supplicant_8/src/utils/
Dpcsc_funcs.c806 static int _scard_select_file(struct scard_data *scard, unsigned short file_id, in _scard_select_file()
887 static int scard_select_file(struct scard_data *scard, unsigned short file_id, in scard_select_file()
/external/google-breakpad/src/common/mac/
Ddump_syms.cc286 FileID file_id(object_filename_.c_str()); in Identifier() local
/external/googletest/googletest/scripts/
Dupload.py680 def UploadFile(filename, file_id, content, is_binary, status, is_base): argument

12