Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc2840 size_t line_alloc = 0; in ReadCommentedInputStream() local
2842 while ((len = getline(&line, &line_alloc, in_stream)) > 0) { in ReadCommentedInputStream()