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

  /system/extras/simpleperf/
cmd_kmem.cpp 327 bool RecordKmemInfo(const std::vector<std::string>& record_args);
449 bool KmemCommand::RecordKmemInfo(const std::vector<std::string>& record_args) {
467 args.insert(args.end(), record_args.begin(), record_args.end());
  /external/autotest/client/common_lib/hosts/
repair.py 140 def _record(self, host, silent, *record_args):
144 Call `host.record()` with the given `record_args`, unless
150 @param record_args Arguments to pass to `host.record()`.
153 host.record(*record_args)

Completed in 66 milliseconds