Searched refs:json_path (Results 1 – 2 of 2) sorted by relevance
/device/google/cuttlefish/host/commands/run_cvd/ |
D | server_loop_impl_snapshot.cpp | 243 const std::string& json_path) { in TakeGuestSnapshot() argument 245 CF_EXPECTF(FileExists(json_path), "{} must exist but does not.", json_path); in TakeGuestSnapshot() 246 SharedFD json_fd = SharedFD::Open(json_path, O_RDONLY); in TakeGuestSnapshot() 247 CF_EXPECTF(json_fd->IsOpen(), "Failed to open {}", json_path); in TakeGuestSnapshot() 250 std::string("Failed to read from ") + json_path); in TakeGuestSnapshot()
|
/device/linaro/dragonboard/shared/utils/pd-mapper/ |
D | pd-mapper.c | 205 char json_path[PATH_MAX]; in pd_enumerate_jsons() local 270 strcpy(json_path, path); in pd_enumerate_jsons() 271 strcat(json_path, "/"); in pd_enumerate_jsons() 272 strcat(json_path, fw_de->d_name); in pd_enumerate_jsons() 274 assoc_set(json_set, json_path, NULL); in pd_enumerate_jsons()
|