Home
last modified time | relevance | path

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

/aosp14/frameworks/base/cmds/idmap2/tests/
H A DXmlParserTests.cpp28 Result<XmlParser> CreateTestParser(const std::string& test_file) { in CreateTestParser() argument
34 auto data = zip->Open(test_file); in CreateTestParser()
/aosp14/system/core/fs_mgr/libfiemap/
H A Dfiemap_writer_test.cpp541 auto test_file = mntpoint_ + "/big_file"; in TEST_F() local
542 auto status = FiemapWriter::Open(test_file, limits.first, &ptr); in TEST_F()
547 status = FiemapWriter::Open(test_file, 16_TiB, &ptr); in TEST_F()
/aosp14/frameworks/base/tools/aapt2/link/
H A DTableMerger_test.cpp98 test::TestFile test_file("path/to/res/layout-hdpi/main.xml.flat"); in TEST_F() local
100 ASSERT_TRUE(merger.MergeFile(file_desc, false /*overlay*/, &test_file)); in TEST_F()