Searched refs:write_path (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/python/debug/cli/ |
D | cli_shared.py | 152 write_path=None): argument 189 if write_path: 190 with gfile.Open(write_path, "wb") as output_file: 193 line += debugger_cli_common.RichLine(write_path, font_attr="bold") 194 line += " (%sB)" % bytes_to_readable_str(gfile.Stat(write_path).length)
|
D | analyzer_cli.py | 996 write_path=parsed.write_path) 1043 write_path=parsed.write_path) 1097 write_path=parsed.write_path)
|
/external/autotest/utils/frozen_chromite/lib/ |
D | osutils.py | 180 write_path = temp.name 183 os.chmod(write_path, 0o644) 187 cros_build_lib.sudo_run(['mv', write_path, mv_target], 195 SafeUnlink(write_path) 201 write_path = path 203 write_path = path + '.tmp' 204 with open(write_path, mode) as f: 211 os.rename(write_path, path) 213 SafeUnlink(write_path)
|
/external/toolchain-utils/llvm_tools/patch_sync/src/ |
D | patch_parsing.rs | 270 let write_path = self.workdir.join(filename); in write_patches_json() localVariable 271 let mut new_patches_file = File::create(&write_path) in write_patches_json() 272 .with_context(|| format!("writing to {}", write_path.display()))?; in write_patches_json()
|
/external/skia/tools/skpbench/ |
D | skpbench.py | 233 if FLAGS.write_path: 234 pngfile = _path.join(FLAGS.write_path, self.config,
|
/external/linux-firmware/ |
D | copy.bara.sky | 188 ctx.write_path(ctx.new_path(name + '/METADATA'), output) 254 ctx.write_path(ctx.new_path(name + '/Android.bp'), output) 273 ctx.write_path(ctx.new_path(name + '/LICENSE'), 379 ctx.write_path(ctx.new_path('WHENCE'),
|