Searched refs:basepath (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/tools/aapt2/trace/ |
D | TraceBuffer.cpp | 148 FlushTrace::FlushTrace(std::string_view basepath, std::string_view tag) { in FlushTrace() argument 149 if (!Trace::enable(!basepath.empty())) return; in FlushTrace() 150 basepath_.assign(basepath); in FlushTrace() 155 FlushTrace::FlushTrace(std::string_view basepath, std::string_view tag, in FlushTrace() argument 157 if (!Trace::enable(!basepath.empty())) return; in FlushTrace() 158 basepath_.assign(basepath); in FlushTrace() 163 FlushTrace::FlushTrace(std::string_view basepath, std::string_view tag, in FlushTrace() argument 165 if (!Trace::enable(!basepath.empty())) return; in FlushTrace() 166 basepath_.assign(basepath); in FlushTrace()
|
D | TraceBuffer.h | 54 explicit FlushTrace(std::string_view basepath, std::string_view tag); 55 explicit FlushTrace(std::string_view basepath, std::string_view tag, 57 explicit FlushTrace(std::string_view basepath, std::string_view tag,
|
/frameworks/native/libs/cputimeinstate/ |
D | cputimeinstate.cpp | 101 const char basepath[] = "/sys/devices/system/cpu/cpufreq"; in initGlobals() local 102 int ret = scandir(basepath, &dirlist, isPolicyFile, comparePolicyFiles); in initGlobals() 117 StringPrintf("%s/%s/scaling_%s_frequencies", basepath, policy.c_str(), name); in initGlobals() 128 std::string path = StringPrintf("%s/%s/%s", basepath, policy.c_str(), "related_cpus"); in initGlobals()
|