Searched defs:split (Results 1 - 4 of 4) sorted by relevance

/system/netd/libnetdutils/include/netdutils/
H A DSlice.h96 inline std::pair<const Slice, const Slice> split(const Slice s, size_t cut) { function in namespace:android::netdutils
103 return std::get<0>(split(s, cut));
108 return std::get<1>(split(s, cut));
/system/bt/osi/src/
H A Dconfig.cc458 char* split = strchr(line_ptr, '='); local
459 if (!split) {
465 *split = '\0';
466 config_set_string(config, section, trim(line_ptr), trim(split + 1));
/system/core/fastboot/
H A Dengine.cpp96 double split = now(); local
97 fprintf(stderr,"OKAY [%7.3fs]\n", (split - a->start));
98 a->start = split;
224 double split = now(); local
226 cur_product, a->prod, (split - a->start));
227 a->start = split;
236 double split = now(); local
237 fprintf(stderr,"OKAY [%7.3fs]\n", (split - a->start));
238 a->start = split;
/system/core/liblog/
H A Dpmsg_reader.c346 char* split = NULL; local
364 if (split) {
367 split = cp;
370 if (*cp || !split) {
381 split = strchr(prefix, ':');
382 if (split) {
385 split = strchr(prefix, '/');
386 if (!split) {
389 offset = split - prefix;
396 split
[all...]

Completed in 101 milliseconds