Home
last modified time | relevance | path

Searched refs:ReadAll (Results 1 – 8 of 8) sorted by relevance

/device/google/cuttlefish/common/libs/fs/
Dshared_buf.h33 ssize_t ReadAll(SharedFD fd, std::string* buf);
Dshared_buf.cc65 ssize_t ReadAll(SharedFD fd, std::string* buf) { in ReadAll() function
/device/google/cuttlefish/host/commands/assemble_cvd/
Dassemble_cvd.cc67 auto bytes_read = cuttlefish::ReadAll(input_fd, &input_files_str); in main()
/device/google/cuttlefish/host/commands/vtpm_passthrough/
Dvtpm_passthrough.cpp54 CHECK(cuttlefish::ReadAll(device, &tpm_response) >= 0) in HandleClient()
/device/google/cuttlefish/common/libs/utils/
Dsubprocess.cpp363 int read = ReadAll(pipe_read, stdout); in RunWithManagedStdio()
383 int read = ReadAll(pipe_read, stderr); in RunWithManagedStdio()
Dnetwork.cpp161 if (ReadAll(lease_file, &lease_file_content) < 0) { in ParseDnsmasqLeases()
/device/google/cuttlefish/host/commands/launch/
Dlaunch_cvd.cc184 if (cuttlefish::ReadAll(assembler_stdout_capture, &assembler_output) < 0) { in main()
/device/google/cuttlefish/host/commands/run_cvd/
Dmain.cc411 auto bytes_read = cuttlefish::ReadAll(input_fd, &input_files_str); in main()