Home
last modified time | relevance | path

Searched defs:script (Results 1 – 4 of 4) sorted by relevance

/bootable/recovery/updater/
Dupdater.cpp114 std::string script; in main() local
/bootable/recovery/tests/component/
Dupdater_test.cpp128 std::string script = is_verify ? "block_image_verify" : "block_image_update"; in RunBlockImageUpdate() local
325 std::string script("package_extract_file(\"a.txt\", \"" + std::string(temp_file1.path) + "\")"); in TEST_F() local
370 std::string script("write_value(\"foo\", \""s + temp_file.path + "\");"); in TEST_F() local
476 std::string script("write_value(\"" + value + "\", \"" + std::string(temp_file.path) + "\")"); in TEST_F() local
512 std::string script("get_stage(\"" + temp_file + "\")"); in TEST_F() local
536 std::string script("set_stage(\"" + temp_file + "\", \"1/3\")"); in TEST_F() local
/bootable/recovery/edify/include/edify/
Dexpr.h34 const std::string& script; member
/bootable/recovery/edify/
Dexpr.cpp424 State::State(const std::string& script, void* cookie) in State()