Home
last modified time | relevance | path

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

/bionic/libc/system_properties/
Dcontexts_split.cpp127 char* tmp_buf = nullptr; in read_spec_entry() local
131 tmp_buf = *ptr; in read_spec_entry()
140 *entry = strndup(tmp_buf, *len); in read_spec_entry()