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

  /test/vts/utils/native/trace_processor/
VtsTraceProcessor.h 41 void DedupTraces(const std::string& trace_dir);
VtsTraceProcessor.cpp 137 void VtsTraceProcessor::DedupTraces(const string& trace_dir) {
138 DIR *dir = opendir(trace_dir.c_str());
140 cerr << trace_dir << "does not exist." << endl;
151 string trace_file = trace_dir + file->d_name;
  /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:
  /frameworks/native/cmds/dumpstate/
dumpstate.cpp 212 DIR *trace_dir; local
253 if (!(trace_dir = opendir(trace_path))) {
256 while ((trace = readdir(trace_dir))) {
269 closedir(trace_dir);
    [all...]

Completed in 92 milliseconds