Home
last modified time | relevance | path

Searched refs:is_framework (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Lib/ctypes/macholib/
Dframework.py39 is_framework = STRICT_FRAMEWORK_RE.match(filename)
40 if not is_framework:
42 return is_framework.groupdict()
/third_party/gn/src/gn/
Dbundle_data.h166 bool is_framework() const { in is_framework() function
Dninja_binary_target_writer.cc198 dep->bundle_data().is_framework()) { in ClassifyDependency()
Dresolved_target_data.cc261 dep->bundle_data().is_framework())) { in ComputeInheritedLibsFor()
Dtarget.cc765 dep->bundle_data().is_framework())) { in PullDependentTargetLibsFrom()