Home
last modified time | relevance | path

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

/hardware/interfaces/audio/common/all-versions/test/utility/tests/
Dutility_tests.cpp102 TemporaryFile xmlInclude; in TEST() local
104 xmlInclude.path)) in TEST()
108 substitute(VALID_XML_SOURCE, substitute(XI_INCLUDE, xmlInclude.path)), xml.path)) in TEST()
116 TemporaryFile xmlInclude; in TEST() local
118 xmlInclude.path)) in TEST()
121 ASSERT_EQ(android::base::Dirname(xml.path), android::base::Dirname(xmlInclude.path)); in TEST()
124 substitute(XI_INCLUDE, android::base::Basename(xmlInclude.path))), in TEST()
134 TemporaryFile xmlInclude(xmlIncludeDir.path); in TEST() local
136 xmlInclude.path)) in TEST()
143 android::base::Basename(xmlInclude.path))), in TEST()
[all …]