Home
last modified time | relevance | path

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

/aosp14/system/core/init/
H A Dutil_test.cpp157 std::string path3 = android::base::StringPrintf("%s/three/directories/deep", test_dir.path); in TEST() local
169 std::string path3 = android::base::StringPrintf("%s/three/directories/deep", test_dir.path); in TEST() local
/aosp14/frameworks/base/tools/aapt2/cmd/
H A DCompile_test.cpp89 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()