Searched refs:ReadAll (Results 1 – 11 of 11) sorted by relevance
/device/google/cuttlefish/common/libs/utils/ |
D | proc_file_utils.cpp | 98 static Result<std::string> ReadAll(const std::string& file_path) { in ReadAll() function 171 std::string contents = CF_EXPECT(ReadAll(cmdline_file_path)); in GetCmdArgs() 280 std::string environ = CF_EXPECT(ReadAll(environ_file_path)); in GetEnvs()
|
D | json.cpp | 41 CF_EXPECT_GE(ReadAll(json_fd, &json_contents), 0, in LoadFromFile()
|
D | subprocess.cpp | 587 int read = ReadAll(pipe_read, stdout_str); in RunWithManagedStdio() 603 int read = ReadAll(pipe_read, stderr_str); in RunWithManagedStdio()
|
D | unix_sockets_test.cpp | 40 CHECK(ReadAll(fd, &data) > 0) << fd->StrError(); in ReadAllFDData()
|
D | files.cpp | 464 auto size = ReadAll(file, &file_content); in ReadFileContents()
|
/device/google/cuttlefish/common/libs/fs/ |
D | shared_buf.h | 35 ssize_t ReadAll(SharedFD fd, std::string* buf);
|
D | shared_buf.cc | 67 ssize_t ReadAll(SharedFD fd, std::string* buf) { in ReadAll() function
|
/device/google/cuttlefish/host/commands/run_cvd/ |
D | server_loop_impl_snapshot.cpp | 249 CF_EXPECT_GE(ReadAll(json_fd, &json_contents), 0, in TakeGuestSnapshot()
|
D | main.cc | 191 auto bytes_read = ReadAll(input_fd, &input_files_str); in FindConfigFromStdin()
|
/device/google/cuttlefish/host/commands/start/ |
D | main.cc | 453 if (cuttlefish::ReadAll(assembler_stdout_capture, &assembler_output) < 0) { in main()
|
/device/google/cuttlefish/host/commands/assemble_cvd/ |
D | assemble_cvd.cc | 549 auto bytes_read = ReadAll(input_fd, &input_files_str); in AssembleCvdMain()
|