Home
last modified time | relevance | path

Searched refs:resource_filename (Results 1 – 11 of 11) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/tools/distrib/python/grpcio_tools/grpc_tools/
Dprotoc.py63 pkg_resources.resource_filename('grpc_tools', '_proto'))
173 proto_include = pkg_resources.resource_filename('grpc_tools', '_proto')
Dcommand.py33 well_known_protos_include = pkg_resources.resource_filename(
/external/grpc-grpc/tools/distrib/python/grpcio_tools/grpc_tools/
Dprotoc.py35 proto_include = pkg_resources.resource_filename('grpc_tools', '_proto')
Dcommand.py33 well_known_protos_include = pkg_resources.resource_filename(
/external/pandora/bt-test-interfaces/python/_build/
Dgrpc.py33 proto_include = pkg_resources.resource_filename('grpc_tools', '_proto')
/external/python/setuptools/setuptools/tests/
Dtest_sandbox.py29 target = pkg_resources.resource_filename(
/external/rust/crates/grpcio-sys/grpc/tools/distrib/python/xds_protos/
Dbuild.py38 WELL_KNOWN_PROTOS_INCLUDE = pkg_resources.resource_filename(
/external/python/setuptools/docs/userguide/
Dmiscellaneous.rst23 *any* C extension or eager resource is requested via the ``resource_filename()``
24 API. (C extensions are imported using ``resource_filename()`` internally.)
/external/python/setuptools/pkg_resources/
D__init__.py104 resource_filename = None variable
1139 def resource_filename(self, package_or_requirement, resource_name): member in ResourceManager
/external/capstone/bindings/python/capstone/
D__init__.py306 pkg_resources.resource_filename(__name__, 'lib'),
/external/python/setuptools/docs/
Dpkg_resources.rst1177 ``resource_filename(package_or_requirement, resource_name)``