Searched refs:ClassPath (Results 1 – 6 of 6) sorted by relevance
/art/tools/hiddenapi/ |
D | hiddenapi.cc | 248 class ClassPath final { class 250 ClassPath(const std::vector<std::string>& dex_paths, bool ignore_empty) { in ClassPath() function in art::hiddenapi::ClassPath 441 Hierarchy(ClassPath& classpath, bool fragment, bool verbose) : classpath_(classpath) { in Hierarchy() 548 ClassPath& classpath_; 887 ClassPath boot_classpath({input_path}, /* ignore_empty= */ false); in EncodeAccessFlags() 1005 ClassPath boot_classpath(boot_dex_paths_, /* ignore_empty= */ false); in ListApi() 1014 ClassPath dependency_classpath(dependency_stub_dex_paths_, /* ignore_empty= */ false); in ListApi() 1026 ClassPath stub_classpath(android::base::Split(cp_entry.first, ":"), /*ignore_empty=*/true); in ListApi()
|
/art/runtime/ |
D | parsed_options_test.cc | 88 EXPECT_PARSED_EQ(class_path, Opt::ClassPath); in TEST_F()
|
D | parsed_options.cc | 91 .IntoKey(M::ClassPath) in MakeParser() 714 args.SetIfMissing(M::ClassPath, std::string(getenv("CLASSPATH"))); in DoParse()
|
D | runtime_options.def | 47 RUNTIME_OPTIONS_KEY (std::string, ClassPath)
|
D | runtime.cc | 1628 class_path_string_ = runtime_options.ReleaseOrDefault(Opt::ClassPath); in Init()
|
/art/cmdline/ |
D | cmdline_parser_test.cc | 232 EXPECT_SINGLE_PARSE_VALUE_STR("/hello/world", "-classpath /hello/world", M::ClassPath); in TEST_F()
|