Home | History | Annotate | Download | only in definition-tool

Lines Matching refs:dep_file

3114                 for dep_file in libnames[string]:
3115 match = _APP_DIR_PATTERNS.match(dep_file.path)
3119 libs.add(dep_file)
3123 common = os.path.commonprefix([ap, dep_file.path])
3125 libs.add(dep_file)