Home
last modified time | relevance | path

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

/build/tools/atree/
Dfiles.cpp271 string errstr; in read_list_file() local
276 errstr = "Error: you can only specifiy 'rm' or 'strip' once per line."; in read_list_file()
282 errstr = "Error: you can only specifiy 'rm' or 'strip' once per line."; in read_list_file()
294 errstr = "Error: More than 2 paths per line."; in read_list_file()
299 if (pcount == 0 && !errstr.empty()) { in read_list_file()
300 errstr = "Error: No path found on line."; in read_list_file()
303 if (!errstr.empty()) { in read_list_file()
305 filename.c_str(), i+1, p, errstr.c_str()); in read_list_file()