Searched refs:xml_path (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/base/tools/aapt2/tools/consumers/ |
H A D | duplicates.py | 14 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 D | positional_arguments.py | 18 def consume(self, xml_path, input): argument 35 print "fixed {0}".format(xml_path)
|
/aosp12/system/media/audio_route/include/audio_route/ |
H A D | audio_route.h | 25 struct audio_route *audio_route_init(unsigned int card, const char *xml_path);
|
/aosp12/system/media/audio_route/ |
H A D | audio_route.c | 964 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()
|