Home
last modified time | relevance | path

Searched refs:package_path (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Lib/importlib/
Dresources.py94 package_path = os.path.dirname(absolute_package_path)
95 full_path = os.path.join(package_path, resource)
128 package_path = os.path.dirname(absolute_package_path)
129 full_path = os.path.join(package_path, resource)
317 package_path = relative_path.parent
321 relative = Path(filename).relative_to(package_path)
/external/libchrome/third_party/jinja2/
Dloaders.py220 def __init__(self, package_name, package_path='templates', argument
229 self.package_path = package_path
233 p = '/'.join((self.package_path,) + tuple(pieces))
251 path = self.package_path
/external/toolchain-utils/crosperf/
Ddownload_images.py155 package_path = os.path.join(download_path, package_file_name)
161 if not os.path.exists(package_path):
167 if status != 0 or not os.path.exists(package_path):
168 raise MissingFile('Cannot download package: %s .' % package_path)
/external/nos/host/generic/libnos/generator/
Dmain.cpp90 std::string package_path; in FullyQualifiedHeader() local
91 JoinStrings(packages, "/", &package_path); in FullyQualifiedHeader()
92 return package_path + "/" + header; in FullyQualifiedHeader()
/external/bcc/src/lua/src/
Dsquish.lua176 local package_path = package.path:gsub("[^;]+", function (path) function
204 module.path = resolve_module(module.name, package_path);
/external/libchrome/mojo/public/tools/bindings/generators/
Dmojom_java_generator.py532 package_path = GetPackage(self.module).replace('.', '/')
539 self.output_dir = os.path.join(temp_java_root, package_path)
545 self.output_dir = os.path.join(args.java_output_directory, package_path)
/external/clang/
Dbuild.py210 package_path = os.path.join(dist_dir, tarball_name) + '.tar.bz2'
211 logger().info('Packaging %s', package_path)
213 'tar', '-cjC', install_host_dir, '-f', package_path, package_name