Home
last modified time | relevance | path

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

/system/core/libpackagelistparser/
Dpackagelistparser.cpp110 size_t allocated_length = 0; in packagelist_parse_file() local
111 while (getline(&line, &allocated_length, fp.get()) > 0) { in packagelist_parse_file()