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

  /frameworks/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)
  /system/extras/perfprofd/
perfprofd_cmdline.cc 115 const std::string& dest_dir = config.destination_directory; local
118 std::string produced_file_path = dest_dir + "/" + PRODUCED_FILENAME;
127 "%s/perf.data.encoded.%d", dest_dir.c_str(),seq).c_str()) == 0) {
  /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...]
  /external/e2fsprogs/debugfs/
dump.c 330 char *dest_dir; local
338 dest_dir = argv[argc - 1];
342 if (stat(dest_dir, &st) == -1) {
343 com_err("rdump", errno, "while statting %s", dest_dir);
347 com_err("rdump", 0, "%s is not a directory", dest_dir);
367 rdump_inode(ino, &inode, basename, dest_dir);
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.copy/
copy.pass.cpp 181 const path dest_dir = env.create_dir("dest_dir"); local
182 const path expect_dest = dest_dir / file.filename();
184 fs::copy(file, dest_dir, ec);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/fs.op.funcs/fs.op.copy/
copy.pass.cpp 181 const path dest_dir = env.create_dir("dest_dir"); local
182 const path expect_dest = dest_dir / file.filename();
184 fs::copy(file, dest_dir, ec);
  /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...]
  /system/core/adb/
bugreport.cpp 40 BugreportStandardStreamsCallback(const std::string& dest_dir, const std::string& dest_file,
44 dest_dir_(dest_dir),
171 // - if argument is empty, dest_dir is set as the current directory and dest_file_ will be the
229 std::string dest_file, dest_dir; local
233 if (!getcwd(&dest_dir)) {
240 dest_dir = argv[1];
267 BugreportStandardStreamsCallback bugz_callback(dest_dir, dest_file, show_progress, this);
  /system/extras/perfprofd/tests/
perfprofd_test.cc 190 for (const auto dir : { &dest_dir, &conf_dir }) {
237 // dest_dir is a temporary directory that we're using as the destination directory.
239 std::string dest_dir; member in class:PerfProfdTest
251 dest_dir = temp_dir1->path;
368 static std::string encoded_file_path(const std::string& dest_dir,
371 dest_dir.c_str(), seq);
374 static void readEncodedProfile(const std::string& dest_dir,
379 int perf_data_stat_result = stat(encoded_file_path(dest_dir, 0).c_str(), &statb);
385 FILE *ifp = fopen(encoded_file_path(dest_dir, 0).c_str(), "r");
502 std::string ddparam("destination_directory="); ddparam += dest_dir;
    [all...]
  /dalvik/dx/etc/
jasmin.jar 
  /prebuilts/tools/common/jasmin/
jasmin.jar 

Completed in 279 milliseconds