Home
last modified time | relevance | path

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

/test/framework/harnesses/host_controller/command_processor/
Dcommand_sheet.py161 with open(src_path, "r") as src_file:
164 summary_attrs) = result_utils.LoadTestSummary(src_file)
165 src_file.seek(0)
170 src_dict, exceed_max = _LoadSrcResults(src_file, args.max,
173 src_dict, exceed_max = _LoadSrcResults(src_file, args.max)
/test/vts/compilation_tools/vtsc/
DVtsCompilerMain.cpp128 string src_file = android::vts::RemoveBaseDir( in main() local
141 cout << "<- " << src_file.c_str() << endl; in main()
145 mode, src_file.c_str(), dst_file.c_str(), type); in main()