Searched refs:subdirs (Results 1 – 5 of 5) sorted by relevance
1 subdirs = ["*"]
17 subdirs = [
63 def get_platform_dir(ndk_dir, api, subdirs): argument64 return os.path.join(ndk_dir, 'platforms', api, *subdirs)
2282 def _compile_path_matcher(root, subdirs): argument2283 dirs = [os.path.normpath(os.path.join(root, i)) for i in subdirs]