Searched refs:dump_path (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/tools/deep_memory_profiler/lib/
H A Dsubcommand.py34 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)
[all...]
/external/chromium_org/tools/deep_memory_profiler/subcommands/
H A Dbuckets.py20 dump_path = args[1]
21 (bucket_set, _) = SubCommand.load_basic_files(dump_path, True)
H A Dstacktrace.py17 dump_path = args[1]
18 (bucket_set, dump) = SubCommand.load_basic_files(dump_path, False)
H A Dupload.py28 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)
H A Dpprof.py26 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:
H A Dmap.py23 dump_path = args[1]
25 (bucket_set, dumps) = SubCommand.load_basic_files(dump_path, True)
H A Dexpand.py26 dump_path = args[1]
43 dump_path, False, alternative_dirs=alternative_dirs_dict)
H A Dcat.py29 dump_path = args[1]
37 dump_path, True, alternative_dirs=alternative_dirs_dict)
H A Dpolicies.py35 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/
H A Dcrash_service.cc45 bool WriteCustomInfoToFile(const std::wstring& dump_path, const CrashMap& map) { argument
46 std::wstring file_path(dump_path);
137 std::wstring dump_path; member in struct:breakpad::__anon6418::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/
H A Dopagent.c128 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/
H A Dwebrtc_rtp_dump_writer.cc94 explicit FileThreadWorker(const base::FilePath& dump_path) argument
95 : dump_path_(dump_path) {

Completed in 346 milliseconds