Home
last modified time | relevance | path

Searched refs:src_ptr (Results 1 – 1 of 1) sorted by relevance

/system/core/init/
Dinit_parser.c189 const char *src_ptr = src; in expand_props() local
206 while (*src_ptr && left > 0) { in expand_props()
212 c = strchr(src_ptr, '$'); in expand_props()
214 while (left-- > 0 && *src_ptr) in expand_props()
215 *(dst_ptr++) = *(src_ptr++); in expand_props()
221 ret = push_chars(&dst_ptr, &left, src_ptr, c - src_ptr); in expand_props()
228 src_ptr = c; in expand_props()
278 src_ptr = c; in expand_props()