Home
last modified time | relevance | path

Searched refs:GetProcessName (Results 1 – 18 of 18) sorted by relevance

/external/perfetto/src/trace_processor/importers/proto/
Dchrome_string_lookup.h34 StringId GetProcessName(int32_t process_type) const;
Dchrome_string_lookup.cc187 StringId ChromeStringLookup::GetProcessName(int32_t process_type) const { in GetProcessName() function in perfetto::trace_processor::ChromeStringLookup
Dtrack_event_parser.cc1598 chrome_string_lookup_.GetProcessName(decoder.chrome_process_type()); in ParseProcessDescriptor()
1612 chrome_string_lookup_.GetProcessName(decoder.process_type()); in ParseChromeProcessDescriptor()
/external/webrtc/sdk/objc/native/src/audio/
Dhelpers.h55 std::string GetProcessName();
Dhelpers.mm89 std::string GetProcessName() {
Daudio_device_ios.mm90 RTC_LOG(LS_INFO) << " process name: " << ios::GetProcessName();
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_flags.cpp47 const char *base = GetProcessName(); in SubstituteForFlagValue()
Dsanitizer_file.cpp54 const char *exe_name = GetProcessName(); in ReopenIfNecessary()
Dsanitizer_common.cpp239 const char *GetProcessName() { in GetProcessName() function
Dsanitizer_linux_libcdep.cpp744 openlog(GetProcessName(), 0, LOG_USER); in AndroidLogInit()
768 async_safe_write_log(SANITIZER_ANDROID_LOG_INFO, GetProcessName(), s); in WriteOneLineToSyslog()
Dsanitizer_printf.cpp276 const char *exe_name = GetProcessName(); in SharedPrintfCodeNoBuffer()
Dsanitizer_symbolizer_libcdep.cpp469 if (const char* ProcessName = GetProcessName()) { in IsSameModule()
Dsanitizer_common.h252 const char *GetProcessName();
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_flags.cc60 const char *base = GetProcessName(); in SubstituteForFlagValue()
Dsanitizer_common.cc55 const char *exe_name = GetProcessName(); in ReopenIfNecessary()
372 const char *GetProcessName() { in GetProcessName() function
Dsanitizer_printf.cc262 const char *exe_name = GetProcessName(); in SharedPrintfCode()
Dsanitizer_common.h276 const char *GetProcessName();
Dsanitizer_coverage_libcdep.cc818 CovOpenFile(&report_path, false /* packed */, GetProcessName(), "html"); in GenerateHtmlReport()