Searched defs:script (Results 1 – 3 of 3) sorted by relevance
36 const std::string& script; member
168 std::string script = is_verify ? "block_image_verify" : "block_image_update"; in RunBlockImageUpdate() local357 std::string script("package_extract_file(\"a.txt\", \"" + std::string(temp_file1.path) + "\")"); in TEST_F() local400 std::string script("write_value(\"foo\", \""s + temp_file.path + "\");"); in TEST_F() local506 std::string script("write_value(\"" + value + "\", \"" + std::string(temp_file.path) + "\")"); in TEST_F() local542 std::string script("get_stage(\"" + temp_file + "\")"); in TEST_F() local566 std::string script("set_stage(\"" + temp_file + "\", \"1/3\")"); in TEST_F() local
424 State::State(const std::string& script, UpdaterInterface* interface) in State()