HomeSort by relevance Sort by last modified time
    Searched refs:gen_dir (Results 1 - 5 of 5) sorted by null

  /cts/tools/vm-tests-tf/etc/
vmtests-cfassembler.sh 23 gen_dir="$1"
35 GENDIR="$gen_dir/tmp/tests/$TESTDIR"
36 GENDIRP="$gen_dir/tmp/tests/$TESTDIRPARENT"
48 $soong_zip -o $out -C $gen_dir/tmp -D $gen_dir/tmp || exit 1
49 rm -rf $gen_dir/tmp || exit 1
vmtests-dasm.sh 23 gen_dir="$1"
32 GENDIR="$gen_dir/tmp/tests"
52 $soong_zip -o $out -C $gen_dir/tmp -D $gen_dir/tmp || exit 1
53 rm -rf $gen_dir/tmp || exit 1
  /external/perfetto/tools/
gen_android_bp 443 gen_dir = args.cpp_out if args.cpp_out else args.plugin_out.split(':')[1]
444 assert gen_dir.startswith('gen/')
445 gen_dir = gen_dir[4:]
446 cpp_out_dir = ('$(genDir)/%s/%s' % (tree_path, gen_dir)).rstrip('/')
469 header_module.export_include_dirs = [gen_dir or '.']
  /external/libchrome/mojo/public/tools/bindings/
mojom_bindings_generator.py 330 fileutil.EnsureDirectoryExists(args.gen_dir)
338 tree = _UnpickleAST(_GetPicklePath(rel_path, args.gen_dir))
352 source_dir = deps_path.split(args.gen_dir + "/", 1)[1]
365 output_file_path = os.path.join(args.gen_dir, output_file)
417 "--gen_dir", dest="gen_directories", action="append", metavar="directory",
505 verify_parser.add_argument("-g", "--gen_dir",
506 dest="gen_dir",
  /external/libchrome/soong/
bindings_generator.go 195 flags = append(flags, fmt.Sprintf("--gen_dir=%s", module.outDir.String()))

Completed in 141 milliseconds