OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cwd_
(Results
1 - 2
of
2
) sorted by null
/external/libbrillo/brillo/
process_information.h
46
cwd_
.clear();
47
cwd_
.swap(*value);
50
const std::string& get_cwd() { return
cwd_
; }
59
std::string
cwd_
;
member in class:brillo::ProcessInformation
/system/core/adb/
bugreport_test.cpp
134
if (!getcwd(&
cwd_
)) {
152
std::string
cwd_
; // TODO: make it static
member in class:BugreportTest
187
android::base::StringPrintf("%s%cda_bugreport.zip",
cwd_
.c_str(), OS_PATH_SEPARATOR);
204
android::base::StringPrintf("%s%cda_bugreport.zip",
cwd_
.c_str(), OS_PATH_SEPARATOR);
Completed in 395 milliseconds