Home
last modified time | relevance | path

Searched refs:contents (Results 1 – 25 of 57) sorted by relevance

123

/device/google/cuttlefish/common/libs/confui/
Dprotocol.cpp165 auto& contents = message.additional_info_; in ToConfUiMessage() local
171 if (contents.size() != 2) { in ToConfUiMessage()
177 const std::string success_str(contents[0].begin(), contents[0].end()); in ToConfUiMessage()
179 const std::string status_message(contents[1].begin(), contents[1].end()); in ToConfUiMessage()
/device/google/gs201/usb/usb/
DUsb.cpp1024 string contents; in report_overheat_event() local
1028 if (ReadFileToString(string(kOverheatStatsPath) + "trip_time", &contents)) { in report_overheat_event()
1029 overheat_info.set_time_to_overheat_secs(stoi(Trim(contents))); in report_overheat_event()
1034 if (ReadFileToString(string(kOverheatStatsPath) + "hysteresis_time", &contents)) { in report_overheat_event()
1035 overheat_info.set_time_to_hysteresis_secs(stoi(Trim(contents))); in report_overheat_event()
1040 if (ReadFileToString(string(kOverheatStatsPath) + "cleared_time", &contents)) { in report_overheat_event()
1041 overheat_info.set_time_to_inactive_secs(stoi(Trim(contents))); in report_overheat_event()
/device/google/gs101/usb/usb/
DUsb.cpp1005 string contents; in report_overheat_event() local
1009 if (ReadFileToString(string(kOverheatStatsPath) + "trip_time", &contents)) { in report_overheat_event()
1010 overheat_info.set_time_to_overheat_secs(stoi(Trim(contents))); in report_overheat_event()
1015 if (ReadFileToString(string(kOverheatStatsPath) + "hysteresis_time", &contents)) { in report_overheat_event()
1016 overheat_info.set_time_to_hysteresis_secs(stoi(Trim(contents))); in report_overheat_event()
1021 if (ReadFileToString(string(kOverheatStatsPath) + "cleared_time", &contents)) { in report_overheat_event()
1022 overheat_info.set_time_to_inactive_secs(stoi(Trim(contents))); in report_overheat_event()
/device/google/cuttlefish/common/libs/utils/
Dfiles.cpp439 std::string contents; in ReadFile() local
450 contents.resize(in.tellg()); in ReadFile()
452 in.read(&contents[0], contents.size()); in ReadFile()
454 return(contents); in ReadFile()
Dsubprocess.cpp522 std::string contents = in AsBashScript() local
525 contents += " &> " + AbsolutePath(redirected_stdio_path); in AsBashScript()
527 return contents; in AsBashScript()
Dproc_file_utils.cpp171 std::string contents = CF_EXPECT(ReadAll(cmdline_file_path)); in GetCmdArgs() local
172 return TokenizeByNullChar(contents); in GetCmdArgs()
/device/generic/goldfish-opengl/system/hwc3/
DDevice.cpp77 const std::string contents = dictionary.toStyledString(); in savePersistentKeyValues() local
78 if (!::android::base::WriteStringToFile(contents, path)) { in savePersistentKeyValues()
/device/google/raviole-kernels/5.10/24Q3-12115410/original-kernel-headers/input/
Dtouch_offload.h281 } contents; member
316 } contents; member
/device/google/redbull-kernel/sm7250/kernel-headers/input/
Dtouch_offload.h135 } contents; member
155 } contents; member
/device/google/bluejay-kernels/5.10/24Q3-12115410/original-kernel-headers/input/
Dtouch_offload.h281 } contents; member
316 } contents; member
/device/google/redbull-kernel/sm7250/original-kernel-headers/input/
Dtouch_offload.h277 } contents; member
312 } contents; member
/device/google/cuttlefish/host/libs/config/
Dinstance_nums.cpp147 auto contents = info.current_value; in GflagsInstanceNumsFlag() local
148 return CF_EXPECT(ParseInstanceNums(contents)); in GflagsInstanceNumsFlag()
/device/google/zuma/usb/usb/
DUsb.cpp1161 string contents; in report_overheat_event() local
1165 if (ReadFileToString(string(kOverheatStatsPath) + "trip_time", &contents)) { in report_overheat_event()
1166 overheat_info.set_time_to_overheat_secs(stoi(Trim(contents))); in report_overheat_event()
1171 if (ReadFileToString(string(kOverheatStatsPath) + "hysteresis_time", &contents)) { in report_overheat_event()
1172 overheat_info.set_time_to_hysteresis_secs(stoi(Trim(contents))); in report_overheat_event()
1177 if (ReadFileToString(string(kOverheatStatsPath) + "cleared_time", &contents)) { in report_overheat_event()
1178 overheat_info.set_time_to_inactive_secs(stoi(Trim(contents))); in report_overheat_event()
/device/google/contexthub/firmware/os/platform/stm32/lkr/
Dapp.lkr23 * initial contents of RW data
24 * initial contents of the GOT
Dstm32f4xx.bl.lkr33 /* initial EEDATA contents */
/device/google/zumapro/usb/usb/
DUsb.cpp1251 string contents; in report_overheat_event() local
1255 if (ReadFileToString(string(kOverheatStatsPath) + "trip_time", &contents)) { in report_overheat_event()
1256 overheat_info.set_time_to_overheat_secs(stoi(Trim(contents))); in report_overheat_event()
1261 if (ReadFileToString(string(kOverheatStatsPath) + "hysteresis_time", &contents)) { in report_overheat_event()
1262 overheat_info.set_time_to_hysteresis_secs(stoi(Trim(contents))); in report_overheat_event()
1267 if (ReadFileToString(string(kOverheatStatsPath) + "cleared_time", &contents)) { in report_overheat_event()
1268 overheat_info.set_time_to_inactive_secs(stoi(Trim(contents))); in report_overheat_event()
/device/google/cuttlefish/host/commands/assemble_cvd/
Dsuper_image_mixer.cc79 auto contents = archive->ExtractToMemory(build_prop_file); in FindImports() local
80 auto lines = android::base::Split(contents, "\n"); in FindImports()
/device/google/cuttlefish_vmm/qemu/third_party/rust/crates/pkg-config/
DCargo.toml10 # See Cargo.toml.orig for the original contents.
/device/google/gs-common/betterbug/sepolicy/product/private/
Dbetter_bug_app.te29 # trace attached to the bugreport (but not its contents, which will go in the
/device/linaro/dragonboard/shared/utils/qrtr/
Dqrtr.py26 cast(ptr, POINTER(py_object)).contents.value.append(res)
/device/sample/frameworks/PlatformLibrary/
DREADME.txt16 extension in the /system/etc/permissions directory with the following contents:
/device/google/cuttlefish/tools/gigabyte-ampere-cuttlefish-installer/preseed/
Dpreseed.cfg41 # You may set this to any valid setting for $TZ; see the contents of
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/
Dgles3.in247 ## to update the host with the new buffer contents:
256 ## x holds host GPU contents | |
271 ## x holds host GPU contents | |
/device/google/pantah/
DNOTICE128 wherever such third-party notices normally appear. The contents
/device/google/gs201/
DNOTICE128 wherever such third-party notices normally appear. The contents

123