Lines Matching refs:dir
67 for dir in fileDirs:
68 type = dir.split('-')[0]
69 for file in os.listdir(os.path.join(resDir, dir)):
70 filePath = os.path.abspath(os.path.join(resDir, dir, file))
74 ResourceLocation(os.path.join(resDir, dir, file))))
75 if dir.startswith("layout"):
76 for resource in get_ids_from_layout_file(os.path.join(resDir, dir, file)):
78 for dir in valuesDirs:
79 for file in os.listdir(os.path.join(resDir, dir)):
80 filePath = os.path.abspath(os.path.join(resDir, dir, file))
82 for resource in get_resources_from_single_file(os.path.join(resDir, dir, file),
83 dir != "values"):