OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:temp_dir_
(Results
1 - 2
of
2
) sorted by null
/external/google-breakpad/src/common/linux/tests/
crash_generator.h
105
AutoTempDir
temp_dir_
;
member in class:google_breakpad::CrashGenerator
crash_generator.cc
116
return
temp_dir_
.path() + "/core";
120
return
temp_dir_
.path() + "/proc";
187
if (chdir(
temp_dir_
.path().c_str()) == -1) {
Completed in 5596 milliseconds