MCPcopy Index your code
hub / github.com/kivy/python-for-android / get_libs_dir

Method get_libs_dir

pythonforandroid/build.py:442–445  ·  view source on GitHub ↗

The libs dir for a given arch.

(self, arch)

Source from the content-addressed store, hash-verified

440 return self.get_python_install_dir(arch.arch)
441
442 def get_libs_dir(self, arch):
443 '''The libs dir for a given arch.'''
444 ensure_dir(join(self.libs_dir, arch))
445 return join(self.libs_dir, arch)
446
447 def has_lib(self, arch, lib):
448 return exists(join(self.get_libs_dir(arch), lib))

Callers 15

has_libMethod · 0.95
biglinkFunction · 0.80
install_libsMethod · 0.80
get_librariesMethod · 0.80
get_recipe_envMethod · 0.80
get_recipe_envMethod · 0.80
get_envMethod · 0.80
build_archMethod · 0.80
get_recipe_envMethod · 0.80
build_archMethod · 0.80
get_recipe_envMethod · 0.80

Calls 1

ensure_dirFunction · 0.90

Tested by 1