Home
last modified time | relevance | path

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

/build/make/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()
/build/soong/cmd/path_interposer/
Dmain_test.go163 errstr := func(err error) string {
169 if errstr(testCase.err) != errstr(err) {