Searched refs:exec_name (Results 1 - 8 of 8) sorted by relevance

/system/extras/tests/kernel.config/
H A Daslr_test.h68 std::string scrape_addr(const char *exec_name, const char *lib_match);
72 * indicated library as reported by exec_name. Reports entropy observed among
75 unsigned int calc_mmap_entropy(const char *exec_name, const char *lib_match, size_t samp_sz);
H A Daslr_test.cpp64 std::string scrape_addr(const char *exec_name, const char *lib_match) { argument
104 if(execlp(exec_name, exec_name, lib_match, (char *) NULL)) {
113 unsigned int calc_mmap_entropy(const char *exec_name, const char *lib_match, size_t samp_sz) { argument
119 uint64_t addr = min_addr = max_addr = std::stoll(scrape_addr(exec_name, lib_match), 0, 16);
122 std::string addr_str = scrape_addr(exec_name, lib_match);
/system/core/crash_reporter/
H A Duser_collector_test.cc99 std::string exec_name; local
101 &pid, &signal, &uid, &gid, &exec_name));
106 EXPECT_EQ("foobar", exec_name);
108 &pid, &signal, &uid, &gid, &exec_name));
113 EXPECT_EQ("barfoo", exec_name);
116 &pid, &signal, &uid, &gid, &exec_name));
119 &pid, &signal, &uid, &gid, &exec_name));
120 EXPECT_EQ("exec:extra", exec_name);
123 &pid, &signal, &uid, &gid, &exec_name));
126 &pid, &signal, &uid, &gid, &exec_name));
[all...]
H A Dcrash_collector.h105 std::string FormatDumpBasename(const std::string &exec_name,
125 // Write a log applicable to |exec_name| to |output_file| based on the
128 const std::string &exec_name,
148 const std::string &exec_name,
H A Dcrash_collector.cc133 std::string CrashCollector::FormatDumpBasename(const std::string &exec_name, argument
138 std::string sanitized_exec_name = Sanitize(exec_name);
339 const std::string &exec_name,
349 if (!store.GetString(exec_name, &command))
383 const std::string &exec_name,
392 exec_name.c_str(),
338 GetLogContents(const FilePath &config_path, const std::string &exec_name, const FilePath &output_file) argument
382 WriteCrashMetaData(const FilePath &meta_path, const std::string &exec_name, const std::string &payload_path) argument
H A Dcrash_sender323 local exec_name="$(get_key_value "${meta_path}" "exec_name")"
438 lecho " Exec name: ${exec_name}"
476 -F "exec_name=${exec_name}" \
492 local filter_exec="$(filter_log_string "${exec_name}")"
496 if [ "${filter_exec}" != "${exec_name}" ]; then
499 printf "{'time':%s,'id':'%s','product':'%s','exec_name':'%s'}\n" \
H A Duser_collector.h131 const std::string &exec_name);
165 ErrorType ConvertAndEnqueueCrash(pid_t pid, const std::string &exec_name,
H A Dudev_collector.cc134 std::string exec_name = std::string(kUdevExecName) + "-" + subsystem; local
137 exec_name, crash_path.value()); local

Completed in 246 milliseconds