Home
last modified time | relevance | path

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

/system/tools/mkbootimg/
Drepack_bootimg.py274 src_file = os.path.join(src_dir, f.split(':')[0])
277 src_file = os.path.join(src_dir, f)
284 print("Copying file '{}' into '{}'".format(src_file, dst_file))
285 shutil.copy2(src_file, dst_file)
/system/update_engine/payload_consumer/
Dpartition_writer.cc490 auto src_file = std::make_unique<BsdiffExtentFile>( in PerformSourceBsdiffOperation() local
500 TEST_AND_RETURN_FALSE(bsdiff::bspatch(std::move(src_file), in PerformSourceBsdiffOperation()