Home
last modified time | relevance | path

Searched defs:strMatch (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/device/google/gs201/dumpstate/
Ddump_power.cpp94 int readContentsOfDir(const char* title, const char* directory, const char* strMatch, in readContentsOfDir()
346 void printValuesOfDirectory(const char *directory, std::string debugfs, const char *strMatch) { in printValuesOfDirectory()
/aosp_15_r20/device/google/gs101/dumpstate/
Ddump_power.cpp95 int readContentsOfDir(const char* title, const char* directory, const char* strMatch, in readContentsOfDir()
321 void printValuesOfDirectory(const char *directory, std::string debugfs, const char *strMatch) { in printValuesOfDirectory()
/aosp_15_r20/device/google/zuma/dumpstate/
Ddump_power.cpp119 int readContentsOfDir(const char* title, const char* directory, const char* strMatch, in readContentsOfDir()
428 void printValuesOfDirectory(const char *directory, std::string debugfs, const char *strMatch) { in printValuesOfDirectory()
/aosp_15_r20/device/google/zumapro/dumpstate/
Ddump_power.cpp119 int readContentsOfDir(const char* title, const char* directory, const char* strMatch, in readContentsOfDir()
455 void printValuesOfDirectory(const char *directory, std::string debugfs, const char *strMatch) { in printValuesOfDirectory()
/aosp_15_r20/external/bcc/tests/lua/
H A Dluaunit.lua197 local function strMatch(s, pattern, start, final ) function