Home
last modified time | relevance | path

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

/external/angle/build/android/gyp/util/
Dresources_parser.py117 def _CollectResourcesListFromDirectory(self, res_dir): argument
120 for root, _, files in os.walk(res_dir):
145 for res_dir in self.res_dirs:
146 ret.update(self._CollectResourcesListFromDirectory(res_dir))
Dresource_utils.py202 res_dir = os.path.dirname(os.path.dirname(resource_path))
203 if res_dir not in resource_dirs:
204 resource_dirs.append(res_dir)
/external/cronet/build/android/gyp/util/
Dresources_parser.py117 def _CollectResourcesListFromDirectory(self, res_dir): argument
120 for root, _, files in os.walk(res_dir):
145 for res_dir in self.res_dirs:
146 ret.update(self._CollectResourcesListFromDirectory(res_dir))
Dresource_utils.py202 res_dir = os.path.dirname(os.path.dirname(resource_path))
203 if res_dir not in resource_dirs:
204 resource_dirs.append(res_dir)
/external/bazelbuild-rules_android/rules/
Daapt.bzl153 res_dir="$(dirname $(dirname ${f}))"
154 if [ -z "${out_dir_map[${res_dir}]}" ]; then
157 out_dir_map[${res_dir}]="${out_dir}"
164 "${AAPT}" compile --legacy "${f}" -o "${out_dir_map[${res_dir}]}"
/external/cronet/build/config/android/test/resource_overlay/
DBUILD.gn17 res_dir = "java/res_template"
/external/angle/build/config/android/test/resource_overlay/
DBUILD.gn17 res_dir = "java/res_template"
/external/autotest/client/tools/
Dhtml_report.py1715 res_dir = os.path.abspath(dirname)
1716 tag = res_dir
/external/angle/build/config/android/
Drules.gni784 # res_dir: The resource directory containing the resources.
790 # res_dir = "res_template"
809 rebase_path(invoker.res_dir, root_build_dir),
/external/cronet/build/config/android/
Drules.gni928 # res_dir: The resource directory containing the resources.
934 # res_dir = "res_template"
953 rebase_path(invoker.res_dir, root_build_dir),