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

  /system/extras/simpleperf/
utils.h 59 bool NextArgumentOrError(const std::vector<std::string>& args, size_t* pi);
utils.cpp 39 bool NextArgumentOrError(const std::vector<std::string>& args, size_t* pi) {
cmd_record.cpp 182 if (!NextArgumentOrError(args, &i)) {
193 if (!NextArgumentOrError(args, &i)) {
200 if (!NextArgumentOrError(args, &i)) {
211 if (!NextArgumentOrError(args, &i)) {
cmd_stat.cpp 127 if (!NextArgumentOrError(args, &i)) {

Completed in 77 milliseconds