Home
last modified time | relevance | path

Searched refs:api_paths (Results 1 – 1 of 1) sorted by relevance

/system/tools/sysprop/
DTypeCheckerMain.cpp38 std::vector<std::string> api_paths; member
61 ret.api_paths.emplace_back(optarg); in ParseArgs()
75 if (ret.api_paths.empty() || ret.context_paths.empty()) { in ParseArgs()
95 for (auto& api_path : args.api_paths) { in main()