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

  /external/chromium_org/tools/deep_memory_profiler/lib/
subcommand.py 34 def load_basic_files(dump_path, multiple, alternative_dirs=None):
35 prefix = SubCommand._find_prefix(dump_path)
49 dump_list = DumpList.load(SubCommand._find_all_dumps(dump_path))
51 dump = Dump.load(dump_path)
107 def _find_all_dumps(dump_path):
108 prefix = SubCommand._find_prefix(dump_path)
109 dump_path_list = [dump_path]
111 n = int(dump_path[len(dump_path) - 9 : len(dump_path) - 5]
    [all...]
  /external/chromium_org/tools/deep_memory_profiler/subcommands/
buckets.py 20 dump_path = args[1]
21 (bucket_set, _) = SubCommand.load_basic_files(dump_path, True)
stacktrace.py 17 dump_path = args[1]
18 (bucket_set, dump) = SubCommand.load_basic_files(dump_path, False)
upload.py 28 dump_path = args[1]
31 dump_files = SubCommand._find_all_dumps(dump_path)
32 bucket_files = SubCommand._find_all_buckets(dump_path)
33 prefix = SubCommand._find_prefix(dump_path)
pprof.py 26 dump_path = args[1]
30 (bucket_set, dump) = SubCommand.load_basic_files(dump_path, False)
33 with open(SubCommand._find_prefix(dump_path) + '.maps', 'r') as maps_f:
expand.py 26 dump_path = args[1]
43 dump_path, False, alternative_dirs=alternative_dirs_dict)
map.py 23 dump_path = args[1]
25 (bucket_set, dumps) = SubCommand.load_basic_files(dump_path, True)
cat.py 29 dump_path = args[1]
37 dump_path, True, alternative_dirs=alternative_dirs_dict)
policies.py 35 dump_path = args[1]
43 dump_path, True, alternative_dirs=alternative_dirs_dict)
351 component_sizes['dump_path'] = dump.path
  /external/chromium_org/components/crash/tools/
crash_service.cc 45 bool WriteCustomInfoToFile(const std::wstring& dump_path, const CrashMap& map) {
46 std::wstring file_path(dump_path);
137 std::wstring dump_path; member in struct:breakpad::__anon11043::DumpJobInfo
141 : pid(process_id), self(service), map(crash_map), dump_path(path) {
410 info->dump_path, &report_id);
438 if (!::DeleteFileW(info->dump_path.c_str()))
439 LOG(WARNING) << "could not delete " << info->dump_path;
  /external/oprofile/libopagent/
opagent.c 128 char dump_path[PATH_MAX]; local
147 snprintf(dump_path, PATH_MAX, "%s/%i.dump", AGENT_DIR, getpid());
148 snprintf(err_msg, PATH_MAX + 16, "Error opening %s\n", dump_path);
150 fd = creat(dump_path, S_IRUSR|S_IWUSR);
176 snprintf(err_msg, PATH_MAX + 16, "Error writing to %s", dump_path);
  /external/chromium_org/chrome/browser/media/
webrtc_rtp_dump_writer.cc 94 explicit FileThreadWorker(const base::FilePath& dump_path)
95 : dump_path_(dump_path) {

Completed in 235 milliseconds