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

  /system/extras/simpleperf/
command_test.cpp 40 size_t command_count = GetAllCommandNames().size();
42 ASSERT_EQ(command_count + 1, GetAllCommandNames().size());
44 ASSERT_EQ(command_count, GetAllCommandNames().size());
cmd_help.cpp 74 for (auto& cmd_name : GetAllCommandNames()) {
command.h 67 const std::vector<std::string> GetAllCommandNames();
command.cpp 66 const std::vector<std::string> GetAllCommandNames() {

Completed in 82 milliseconds