Lines Matching full:module_path
60 """Parses the module_path.txt files into a dictionary,
82 def _get_revision(self, module_path, manifest_projects):
86 module_path: string, project path relative to ANDROID_BUILD_TOP
92 if module_path.startswith(path):
147 module_path = module_paths[lib]
148 revision = self._get_revision(module_path, manifest_projects)
152 path=module_path, manifest=self.MANIFEST_XML))
154 revision, module_path)
156 unreleased_projects.append((lib, module_path))
158 released_projects.append((lib, module_path))