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/bcc/src/cc/frontends/clang/
kbuild_helper.h
37
if (getcwd(
cwd_
, sizeof(
cwd_
)) == NULL) {
49
if (::chdir(
cwd_
)) {
50
fprintf(stderr, "chdir(%s): %s\n",
cwd_
, strerror(errno));
54
const char * cwd() const { return
cwd_
; }
57
char
cwd_
[256];
member in class:ebpf::DirStack
/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
Completed in 273 milliseconds