Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/SdkExtensions/derive_classpath/
Dmain.cpp43 if (!args.system_bootclasspath_fragment.empty()) { in ParseArgs()
47 args.system_bootclasspath_fragment = value; in ParseArgs()
66 if (!args.scan_dirs.empty() && (!args.system_bootclasspath_fragment.empty() || in ParseArgs()
Dderive_classpath.cpp75 if (args.system_bootclasspath_fragment.empty()) { in getBootclasspathFragmentGlobPatterns()
81 patterns.emplace_back(args.system_bootclasspath_fragment); in getBootclasspathFragmentGlobPatterns()
Dderive_classpath.h32 std::string system_bootclasspath_fragment; member
Dderive_classpath_test.cpp273 args.system_bootclasspath_fragment = "/other/etc/classpaths/bootclasspath.pb"; in TEST_F()