Searched refs:path3 (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/tools/aapt2/cmd/ |
D | Compile_test.cpp | 89 const std::string path3 = BuildPath({kResDir, "values", "values.all.xml"}); in TEST_F() local 92 ASSERT_NE(TestCompile(path3, kOutDir, /** legacy */ false, diag), 0); in TEST_F() 94 ASSERT_EQ(TestCompile(path3, kOutDir, /** legacy */ true, diag), 0); in TEST_F()
|
/frameworks/native/cmds/installd/tests/ |
D | installd_utils_test.cpp | 177 const char *path3 = TEST_APP_DIR "random/example.com/example.apk"; in TEST_F() local 178 EXPECT_EQ(0, validate_apk_path(path3)) in TEST_F() 179 << path3 << " should be allowed as a valid path"; in TEST_F()
|