HomeSort by relevance Sort by last modified time
    Searched defs:trace_dir (Results 1 - 3 of 3) sorted by null

  /external/vixl/tools/
verify_assembler_traces.py 413 trace_dir = 'test/aarch32/traces/' variable
416 for trace_file in os.listdir(trace_dir)
423 with open(os.path.join(trace_dir, trace_file), "r") as f:
  /test/vts/utils/native/trace_processor/
VtsTraceProcessor.cpp 297 void VtsTraceProcessor::DedupTraces(const string& trace_dir) {
298 DIR *dir = opendir(trace_dir.c_str());
300 cerr << trace_dir << "does not exist." << endl;
311 string trace_file = trace_dir;
312 if (trace_dir.substr(trace_dir.size() - 1) != "/") {
398 DIR* trace_dir = opendir(trace_file_dir.c_str()); local
399 if (trace_dir == 0) {
  /frameworks/native/cmds/dumpstate/
dumpstate.cpp 292 DIR *trace_dir; local
333 if (!(trace_dir = opendir(trace_path))) {
336 while ((trace = readdir(trace_dir))) {
349 closedir(trace_dir);
    [all...]

Completed in 174 milliseconds