Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/tools/gn/
Dzip.py35 build_utils.AddToZipHermetic(outfile, file_name, f)
40 build_utils.AddToZipHermetic(outfile, file_name, realf)
46 build_utils.AddToZipHermetic(outfile, f, data=zf.read(f))
/external/libchrome/build/android/gyp/util/
Dbuild_utils.py292 def AddToZipHermetic(zip_file, zip_path, src_path=None, data=None, function
354 AddToZipHermetic(outfile, zip_path, src_path=fs_path, compress=compress)
406 AddToZipHermetic(out_zip, dst_name, data=in_zip.read(info),