Home
last modified time | relevance | path

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

/aosp12/system/tools/sysprop/
H A DTypeCheckerMain.cpp39 std::vector<std::string> context_paths; member
64 ret.context_paths.emplace_back(optarg); in ParseArgs()
75 if (ret.api_paths.empty() || ret.context_paths.empty()) { in ParseArgs()
107 for (auto& context_path : args.context_paths) { in main()