Home
last modified time | relevance | path

Searched refs:temp_dir (Results 1 – 1 of 1) sorted by relevance

/aosp14/system/core/fastboot/
H A Dfastboot.cpp2140 TemporaryDir temp_dir; in wipe_super() local
2144 ok = WriteSplitImageFiles(temp_dir.path, metadata, block_size, {}, true); in wipe_super()
2146 auto image_path = temp_dir.path + "/"s + super_bdev_name + ".img"; in wipe_super()
2165 auto image_path = temp_dir.path + "/"s + image_name; in wipe_super()