HomeSort by relevance Sort by last modified time
    Searched refs:update_file (Results 1 - 3 of 3) sorted by null

  /test/vts/tools/build/tasks/list/
update-lists.sh 26 function update_file() { function
53 update_file 2017 vts_adapter_package_list '@.*-adapter
  /bootable/recovery/tests/component/
updater_test.cpp 501 TemporaryFile update_file; local
502 ASSERT_TRUE(android::base::WriteStringToFile(src_content, update_file.path));
503 std::string script = "block_image_update(\"" + std::string(update_file.path) +
506 // The update_file should be patched correctly.
508 ASSERT_TRUE(android::base::ReadFileToString(update_file.path, &updated_content));
547 TemporaryFile update_file;
548 ASSERT_TRUE(android::base::WriteStringToFile(src_content, update_file.path));
550 std::string script = "block_image_update(\"" + std::string(update_file.path) +
554 std::string name_digest = get_sha1(update_file.path);
593 TemporaryFile update_file;
    [all...]
  /external/curl/packages/vms/
compare_curl_source.com 90 $ update_file = 0
93 $ update_file = 1
111 $ update_file = 0
135 $ if update_file
151 $ if update_file
234 $ if update_file
298 $ if update_file

Completed in 81 milliseconds