Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/SdkExtensions/derive_classpath/
Dderive_classpath_test.cpp317 auto args_with_scan_dirs = default_args_with_test_dir_; in TEST_F() local
318 args_with_scan_dirs.scan_dirs.push_back("/apex/com.android.foo"); in TEST_F()
319 args_with_scan_dirs.scan_dirs.push_back("/apex/com.android.bar"); in TEST_F()
320 ASSERT_TRUE(GenerateClasspathExports(args_with_scan_dirs)); in TEST_F()