Searched refs:json_contents (Results 1 – 2 of 2) sorted by relevance
/device/google/cuttlefish/common/libs/utils/ |
D | json.cpp | 39 std::string json_contents; in LoadFromFile() local 41 CF_EXPECT_GE(ReadAll(json_fd, &json_contents), 0, in LoadFromFile() 44 ParseJson(json_contents), "Failed to parse json: \n{}", json_contents); in LoadFromFile()
|
/device/google/cuttlefish/host/commands/run_cvd/ |
D | server_loop_impl_snapshot.cpp | 248 std::string json_contents; in TakeGuestSnapshot() local 249 CF_EXPECT_GE(ReadAll(json_fd, &json_contents), 0, in TakeGuestSnapshot() 252 ParseJson(json_contents), "Failed to parse json: \n{}", json_contents); in TakeGuestSnapshot()
|