Home
last modified time | relevance | path

Searched defs:input_fd (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/tink/cc/util/
H A Dfile_input_stream_test.cc85 util::StatusOr<int> input_fd = OpenTestFileToRead(filename); in TEST_P() local
112 util::StatusOr<int> input_fd = OpenTestFileToRead(filename); in TEST_P() local
144 util::StatusOr<int> input_fd = OpenTestFileToRead(filename); in TEST() local
161 util::StatusOr<int> input_fd = OpenTestFileToRead(filename); in TEST() local
185 util::StatusOr<int> input_fd = OpenTestFileToRead(filename); in TEST() local
224 util::StatusOr<int> input_fd = OpenTestFileToRead(filename); in TEST() local
275 util::StatusOr<int> input_fd = OpenTestFileToRead(filename); in TEST() local
H A Dfile_random_access_stream_test.cc112 util::StatusOr<int> input_fd = OpenTestFileToRead(filename); in TEST() local
135 util::StatusOr<int> input_fd = OpenTestFileToRead(filename); in TEST() local
159 util::StatusOr<int> input_fd = OpenTestFileToRead(filename); in TEST() local
186 util::StatusOr<int> input_fd = OpenTestFileToRead(filename); in TEST() local
209 util::StatusOr<int> input_fd = OpenTestFileToRead(filename); in TEST() local
231 util::StatusOr<int> input_fd = OpenTestFileToRead(filename); in TEST() local
/aosp_15_r20/test/dittosuite/schema/
H A Dbenchmark.proto119 required string input_fd = 1; field
123 required string input_fd = 1; field
128 required string input_fd = 1; field
136 required string input_fd = 1; field
153 required string input_fd = 1; field
/aosp_15_r20/external/vboot_reference/host/lib/
H A Dfile_keys.c26 int input_fd, len; in DigestFile() local
/aosp_15_r20/system/core/debuggerd/
H A Ddebuggerd_test.cpp2100 unique_fd tombstoned_socket, input_fd; in TEST() local
2169 unique_fd tombstoned_socket, input_fd; in TEST() local
2206 unique_fd tombstoned_socket, input_fd; in TEST() local
2294 unique_fd tombstoned_socket, input_fd; in TEST() local
2315 unique_fd tombstoned_socket, input_fd; in TEST() local
2339 unique_fd tombstoned_socket, input_fd; in TEST() local
/aosp_15_r20/bootable/deprecated-ota/updater/
H A Dtarget_files.cpp29 static bool SimgToImg(int input_fd, int output_fd) { in SimgToImg()
/aosp_15_r20/packages/modules/Virtualization/tests/testapk/src/native/
Dtestbinary.cpp88 unique_fd input_fd{fcntl(connect_fd, F_DUPFD_CLOEXEC, 0)}; in run_echo_reverse_server() local
/aosp_15_r20/device/google/cuttlefish/host/commands/assemble_cvd/
Dassemble_cvd.cc580 auto input_fd = SharedFD::Dup(0); in AssembleCvdMain() local
/aosp_15_r20/art/dex2oat/
H A Ddex2oat.cc2813 int input_fd, std::function<std::string(const char*)>* process, T* output) { in ReadCommentedInputFromFd()
2837 int input_fd, std::function<std::string(const char*)>* process) { in ReadCommentedInputFromFd()
/aosp_15_r20/external/selinux/libsemanage/src/
H A Ddirect_api.c618 int input_fd[2] = {-1, -1}; in semanage_pipe_data() local
/aosp_15_r20/external/trace-cmd/tracecmd/
H A Dtrace-read.c85 static int input_fd; variable