HomeSort by relevance Sort by last modified time
    Searched refs:out_path (Results 26 - 47 of 47) sorted by null

12

  /packages/apps/Browser/tools/
get_search_engines.py 242 def generateXmlFromTemplate(self, template_path, out_path, text):
252 dir_path = os.path.dirname(out_path)
256 file = open(out_path, 'w')
259 print 'Wrote ' + out_path
  /external/lldb/tools/lldb-perf/lib/
Results.cpp 158 Results::Write (const char *out_path)
170 if (out_path == NULL)
171 out_path = "/dev/stdout";
173 CFURLRef file = CFURLCreateFromFileSystemRepresentation(NULL, (const UInt8*)out_path, strlen(out_path), FALSE);
  /frameworks/native/cmds/installd/
commands.c 897 char out_path[PKG_PATH_MAX]; local
926 strcpy(out_path, apk_path);
927 end = strrchr(out_path, '.');
930 if (stat(out_path, &dex_stat) == 0) {
935 if (create_cache_path(out_path, apk_path, instruction_set)) {
969 unlink(out_path);
970 out_fd = open(out_path, O_RDWR | O_CREAT | O_EXCL, 0644);
972 ALOGE("installd cannot open '%s' for output during dexopt\n", out_path);
978 ALOGE("installd cannot chmod '%s' during dexopt\n", out_path);
    [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";
  /external/chromium_org/chrome/test/chromedriver/chrome/
chrome_finder.cc 65 base::FilePath* out_path) {
70 *out_path = path;
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_object.h 79 std::string* out_path);
kernel_object.cc 197 std::string* out_path) {
209 *out_path = desc.path;
  /external/chromium_org/url/
url_canon.h 433 Component* out_path);
437 Component* out_path);
442 // The string will be appended to |*output| and |*out_path| will be updated.
448 Component* out_path);
452 Component* out_path);
486 Component* out_path);
490 Component* out_path);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/imageburner/
burn_device_handler_unittest.cc 133 std::string* out_path, const disks::DiskMountManager::Disk& disk) {
134 *out_path = disk.device_path();
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/tools/
jsbundler.py 62 def __init__(self, content, in_path, out_path):
65 self._out_path = out_path
154 out_path = path_rewriter.RewritePath(in_path)
156 in_path, out_path)
  /external/oprofile/
oprofile_android 393 out_path = os.path.join(samples_dir, os.path.relpath(in_path, raw_samples_dir))
394 out_dir = os.path.dirname(out_path)
402 rc, output = execute([opimport_bin, '-a', abi_file, '-o', out_path, in_path], echo=False)
  /external/chromium_org/chrome/test/base/
ui_test_utils.cc 513 base::FilePath out_path(GetSnapshotFileName(directory));
528 out_path, reinterpret_cast<char*>(&png_data[0]), bytes);
534 *screenshot_path = out_path;
  /external/chromium_org/tools/gyp/pylib/gyp/
common.py 427 def CopyTool(flavor, out_path):
429 to |out_path|."""
448 tool_path = os.path.join(out_path, 'gyp-%s-tool' % prefix)
  /external/chromium_org/third_party/webrtc/voice_engine/test/cmd_test/
voe_cmd_test.cc 68 void RunTest(std::string out_path);
223 void RunTest(std::string out_path) {
252 const std::string play_filename = out_path + "recorded_playout.pcm";
253 const std::string mic_filename = out_path + "recorded_mic.pcm";
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
download_operation.cc 29 // Generates an unused file path with |extension| to |out_path|, as a descendant
34 base::FilePath* out_path) {
40 *out_path = subdir.Append(FILE_PATH_LITERAL("tmp") + extension);
  /external/chromium_org/third_party/zlib/google/
zip_reader_unittest.cc 296 base::FilePath out_path = test_dir_.AppendASCII("quux.txt"); local
297 FileWrapper out_fd_w(out_path, FileWrapper::READ_WRITE);
  /external/chromium_org/third_party/webrtc/modules/audio_processing/test/
process_test.cc 455 const std::string out_path = webrtc::test::OutputPath(); local
461 const std::string vad_file_default = out_path + "vad_out.dat";
462 const std::string ns_prob_file_default = out_path + "ns_prob.dat";
470 out_filename = out_path + "out";
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
sort.c 258 goto out_path;
282 out_path:
  /cts/tools/dasm/etc/
java_cup-new.jar 
java_cup.jar 
java_cup.jar.old 
  /external/lldb/source/Target/
Process.cpp 448 FileSpec out_path; local
453 out_path = target->GetStandardOutputPath();
457 if (in_path || out_path || err_path)
463 if (out_path && out_path.GetPath(path, sizeof(path)))
    [all...]

Completed in 911 milliseconds

12