OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:systrace_path
(Results
1 - 2
of
2
) sorted by null
/external/chromium-trace/catapult/systrace/bin/
adb_profile_chrome
11
systrace_path
= os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))
variable
12
sys.path.append(
systrace_path
)
/frameworks/native/cmds/dumpstate/
dumpstate.cpp
187
std::string
systrace_path
= bugreport_dir + "/systrace-" + suffix + ".txt";
local
188
if (
systrace_path
.empty()) {
203
systrace_path
.c_str());
205
systrace_path
.c_str(), NULL)) {
214
if (!add_zip_entry("systrace.txt",
systrace_path
)) {
215
MYLOGE("Unable to add systrace file %s to zip file\n",
systrace_path
.c_str());
217
if (remove(
systrace_path
.c_str())) {
218
MYLOGE("Error removing systrace file %s: %s",
systrace_path
.c_str(), strerror(errno));
1209
std::string
systrace_path
;
local
[
all
...]
Completed in 284 milliseconds