HomeSort by relevance Sort by last modified time
    Searched defs:dest_dir (Results 1 - 4 of 4) sorted by null

  /frameworks/base/tools/layoutlib/rename_font/
build_font.py 40 dest_dir = '/tmp' variable
70 global dest_dir
71 dest_dir = argv[-1]
74 os.chdir(dest_dir)
88 shutil.copy(input_path, dest_dir)
101 ttx_path = os.path.join(dest_dir, filename)
106 ttx_args = ['-q', '-d', dest_dir, input_path]
115 ttx_args = ['-q', '-d', dest_dir, ttx_path]
126 shutil.copy(input_path, dest_dir)
  /cts/tools/vm-tests-tf/src/util/build/
DasmBuildStep.java 94 String dest_dir = outputFile.folder.getAbsolutePath(); local
97 if (dest_dir != null) {
98 dest_dir = dest_dir + File.separator + class_dir;
100 dest_dir = class_dir;
106 if (dest_dir == null) {
109 out_file = new File(dest_dir, class_name + ".dex");
111 // check that dest_dir exists
112 File dest = new File(dest_dir);
118 System.err.println("Cannot create directory " + dest_dir);
    [all...]
  /cts/tools/dasm/src/dasm/
Main.java 115 String dest_dir = destPath; local
119 if (dest_dir != null) {
120 dest_dir = dest_dir + File.separator + class_dir;
122 dest_dir = class_dir;
129 if (dest_dir == null) {
133 out_file = new File(dest_dir, class_name + ".dex");
134 hr_file = new File(dest_dir, class_name + ".dxt");
136 // check that dest_dir exists
137 File dest = new File(dest_dir);
    [all...]
  /dalvik/dx/etc/
jasmin.jar 

Completed in 387 milliseconds