Home
last modified time | relevance | path

Searched refs:kProfilingFile (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/libchrome/base/test/
H A Dtest_suite.cc109 if (command_line.HasSwitch(switches::kProfilingFile)) in GetProfileName()
110 profile_name = command_line.GetSwitchValueASCII(switches::kProfilingFile); in GetProfileName()
/aosp_15_r20/external/libchrome/base/
H A Dbase_switches.cc92 const char kProfilingFile[] = "profiling-file"; variable
H A Dbase_switches.h24 extern const char kProfilingFile[];
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/0/external/libchrome/base/
Dbase_switches.h27 extern const char kProfilingFile[];
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/
Dbase_switches.h27 extern const char kProfilingFile[];
/aosp_15_r20/external/cronet/base/
H A Dbase_switches.cc88 const char kProfilingFile[] = "profiling-file"; variable
H A Dbase_switches.h30 extern const char kProfilingFile[];
/aosp_15_r20/external/cronet/base/test/
H A Dtest_suite.cc286 if (command_line.HasSwitch(switches::kProfilingFile)) in GetProfileName()
287 return command_line.GetSwitchValueASCII(switches::kProfilingFile); in GetProfileName()