Home
last modified time | relevance | path

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

/bootable/recovery/edify/include/edify/
Dexpr.h36 const std::string& script; member
/bootable/recovery/tests/unit/
Dupdater_test.cpp168 std::string script = is_verify ? "block_image_verify" : "block_image_update"; in RunBlockImageUpdate() local
357 std::string script("package_extract_file(\"a.txt\", \"" + std::string(temp_file1.path) + "\")"); in TEST_F() local
400 std::string script("write_value(\"foo\", \""s + temp_file.path + "\");"); in TEST_F() local
506 std::string script("write_value(\"" + value + "\", \"" + std::string(temp_file.path) + "\")"); in TEST_F() local
542 std::string script("get_stage(\"" + temp_file + "\")"); in TEST_F() local
566 std::string script("set_stage(\"" + temp_file + "\", \"1/3\")"); in TEST_F() local
/bootable/recovery/edify/
Dexpr.cpp424 State::State(const std::string& script, UpdaterInterface* interface) in State()