Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/aapt2/tools/consumers/
H A Dduplicates.py14 def consume(self, xml_path, input): argument
40 print "{0}: removing duplicate resource '{1}'".format(xml_path, definition.name)
75 print "deduped {0}".format(xml_path)
H A Dpositional_arguments.py18 def consume(self, xml_path, input): argument
35 print "fixed {0}".format(xml_path)
/aosp12/system/media/audio_route/include/audio_route/
H A Daudio_route.h25 struct audio_route *audio_route_init(unsigned int card, const char *xml_path);
/aosp12/system/media/audio_route/
H A Daudio_route.c964 struct audio_route *audio_route_init(unsigned int card, const char *xml_path) in audio_route_init() argument
992 if (xml_path == NULL) in audio_route_init()
993 xml_path = MIXER_XML_PATH; in audio_route_init()
995 file = fopen(xml_path, "r"); in audio_route_init()
998 ALOGE("Failed to open %s: %s", xml_path, strerror(errno)); in audio_route_init()