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

/frameworks/native/cmds/dumpstate/
H A Dutils.cpp650 bool null_terminated = false; local
654 null_terminated = true;
657 // TODO: null_terminated check is not really working; line below would crash dumpstate if
663 if (!null_terminated) {
687 bool null_terminated = false; local
691 null_terminated = true;
694 // TODO: null_terminated check is not really working; line below would crash dumpstate if
700 if (!null_terminated) {

Completed in 44 milliseconds