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

  /system/extras/ext4_utils/
img2simg.c 109 static void cpy_file(int out_fd, char *out_path, int in_fd, char *in_path,
128 error_exit("\"%s\": %s", out_path, strerror(errno));
130 error_exit("\"%s\": Short data write (%lu)", out_path,
184 char *in_path, *out_path, *out_fmt; local
260 if ((out_path = malloc(i + 1)) == 0)
300 sprintf(out_path, out_fmt, in_path, file_count);
301 if ((out_fd = creat(out_path, 0666)) < 0)
302 error_exit("\"%s\": %s", out_path, strerror(errno));
311 error_exit("\"%s\": %s", out_path, strerror(errno));
313 error_exit("\"%s\": Short write (%lu)", out_path, (unsigned long)s)
    [all...]
  /cts/tools/dasm/src/java_cup/
Main.java 131 private static String out_path = null; field in class:Main
320 out_path = argv[i] + File.separator;
321 File f = new File(out_path);
323 out_path = null;
325 if (out_path == null)
381 if (out_path == null)
382 out_path = "";
385 out_name = out_path + emit.parser_class_name + ".java";
396 out_name = out_path + emit.symbol_const_class_name + ".java";
  /cts/tools/dasm/etc/
java_cup-new.jar 
java_cup.jar 
java_cup.jar.old 

Completed in 46 milliseconds