Searched refs:args_with_scan_dirs (Results 1 – 1 of 1) sorted by relevance
317 auto args_with_scan_dirs = default_args_with_test_dir_; in TEST_F() local318 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()