Home
last modified time | relevance | path

Searched defs:split (Results 1 – 3 of 3) sorted by relevance

/device/google/gs-common/powerstats/
DTpuDvfsStateResidencyDataProvider.cpp52 std::string split; in getStateResidencies() local
61 for (std::string split; std::getline(ssLine, split, ' ');) { in getStateResidencies() local
/device/google/cuttlefish/host/example_custom_actions/
Dmain.cpp62 auto split = android::base::Split(buf, ":"); in main() local
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril_service.cpp11074 hidl_vec<hidl_string> split(hidl_string str) { in split() function