Home
last modified time | relevance | path

Searched refs:VbSetSystemPropertyString (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/vboot_reference/rust/vboot_reference-sys/
H A Dcrossystem.h46 int VbSetSystemPropertyString(const char *name, const char *value);
/aosp_15_r20/external/vboot_reference/host/include/
H A Dcrossystem.h46 int VbSetSystemPropertyString(const char *name, const char *value);
/aosp_15_r20/external/vboot_reference/futility/
H A Dupdater_dut.c42 return VbSetSystemPropertyString(key, value); in dut_set_property_string()
/aosp_15_r20/external/vboot_reference/utility/
H A Dcrossystem.c176 return (0 == VbSetSystemPropertyString(p->name, value) ? in SetParam()
/aosp_15_r20/external/vboot_reference/host/lib/
H A Dcrossystem.c841 int VbSetSystemPropertyString(const char *name, const char *value) in VbSetSystemPropertyString() function