OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:node_path_
(Results
1 - 2
of
2
) sorted by null
/system/extras/libperfmgr/
Node.cc
33
node_path_
(node_path),
86
open(
node_path_
.c_str(), O_WRONLY | O_CLOEXEC | O_TRUNC)));
89
LOG(ERROR) << "Failed to write to node: " <<
node_path_
116
return
node_path_
;
153
if (!android::base::ReadFileToString(
node_path_
, &node_value)) {
154
LOG(ERROR) << "Failed to read node path: " <<
node_path_
;
158
"%s\t%s\t%zu\t%s\n", name_.c_str(),
node_path_
.c_str(),
/system/extras/libperfmgr/include/perfmgr/
Node.h
80
const std::string
node_path_
;
member in class:android::perfmgr::Node
Completed in 404 milliseconds