Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/cmd/
DCompile_test.cpp61 const std::string kOutDir = testing::TempDir(); in TEST_F() local
65 const std::string path0_out = BuildPath({kOutDir, "values_values.arsc.flat"}); in TEST_F()
67 ASSERT_EQ(TestCompile(path0, kOutDir, /** legacy */ false, diag), 0); in TEST_F()
69 ASSERT_EQ(TestCompile(path0, kOutDir, /** legacy */ true, diag), 0); in TEST_F()
73 const std::string path1_out = BuildPath({kOutDir, "drawable_image.png.flat"}); in TEST_F()
75 ASSERT_EQ(TestCompile(path1, kOutDir, /** legacy */ false, diag), 0); in TEST_F()
77 ASSERT_EQ(TestCompile(path1, kOutDir, /** legacy */ true, diag), 0); in TEST_F()
81 const std::string path2_out = BuildPath({kOutDir, "drawable_image.9.png.flat"}); in TEST_F()
83 ASSERT_EQ(TestCompile(path2, kOutDir, /** legacy */ false, diag), 0); in TEST_F()
85 ASSERT_EQ(TestCompile(path2, kOutDir, /** legacy */ true, diag), 0); in TEST_F()
[all …]