Searched refs:tempdir (Results 1 – 5 of 5) sorted by relevance
/system/update_engine/scripts/ |
D | simulate_ota.py | 81 def run_ota(source, target, payload_path, tempdir, output_dir): argument 99 old_image = os.path.join(tempdir, "source_" + name + ".img") 100 new_image = os.path.join(tempdir, "target_" + name + ".img") 176 with tempfile.TemporaryDirectory() as tempdir: 181 zfp.extract(payload_entry_name, tempdir) 182 payload_path = os.path.join(tempdir, payload_entry_name) 188 run_ota(args.source, args.target, payload_path, tempdir, args.output_dir)
|
/system/core/fs_mgr/libfiemap/ |
D | image_test.cpp | 321 std::string tempdir = gDataPath + "/XXXXXX"; in main() local 322 if (!mkdtemp(tempdir.data())) { in main() 323 std::cerr << "unable to create tempdir on " << tempdir << "\n"; in main() 326 if (!android::base::Realpath(tempdir, &gTestDir)) { in main() 327 std::cerr << "unable to find realpath for " << tempdir; in main()
|
D | fiemap_writer_test.cpp | 589 std::string tempdir = root_dir + "/XXXXXX"s; in main() local 590 if (!mkdtemp(tempdir.data())) { in main() 594 if (!android::base::Realpath(tempdir, &gTestDir)) { in main() 595 cerr << "unable to find realpath for " << tempdir; in main()
|
/system/update_engine/common/ |
D | subprocess_unittest.cc | 238 base::ScopedTempDir tempdir; in TEST_F() local 239 ASSERT_TRUE(tempdir.CreateUniqueTempDir()); in TEST_F() 240 string fifo_path = tempdir.GetPath().Append("fifo").value(); in TEST_F()
|
/system/apex/apexd/apexd_testdata/ |
D | Android.bp | 139 cmd: "mkdir $(genDir)/tempdir && unzip -q $(in) -d $(genDir)/tempdir && " + 140 …"$(location conv_apex_manifest) setprop name com.android.apex.compressed $(genDir)/tempdir/apex_ma… 141 "$(location soong_zip) -d -C $(genDir)/tempdir -D $(genDir)/tempdir " +
|