HomeSort by relevance Sort by last modified time
    Searched refs:lib_path (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/native_client_sdk/src/tools/lib/tests/
get_shared_deps_test.py 93 lib_path = []
94 needed = get_shared_deps.GetNeeded([nexe], objdump, lib_path)
107 lib_path=[libdir],
120 lib_path = [libdir]
125 get_shared_deps.GleanFromObjdump(nexes, 'x86-32', self.objdump, lib_path)
128 nexes, 'x86-64', self.objdump, lib_path)
131 lib_path = [os.path.join(self.toolchain, 'x86_64-nacl', 'lib32'),
135 lib_path=lib_path,
  /external/bison/build-aux/
compile 87 lib_path=
122 for dir in $lib_path $LIB
143 if test -z "$lib_path"; then
144 lib_path=$file
146 lib_path="$lib_path;$file"
  /external/chromium_org/third_party/opus/src/
compile 87 if test -z "$lib_path"; then
88 lib_path=$file
90 lib_path="$lib_path;$file"
103 for dir in $lib_path $LIB
129 lib_path=
  /external/libcap-ng/libcap-ng-0.7/
compile 87 lib_path=
122 for dir in $lib_path $LIB
143 if test -z "$lib_path"; then
144 lib_path=$file
146 lib_path="$lib_path;$file"
  /external/libopus/
compile 87 if test -z "$lib_path"; then
88 lib_path=$file
90 lib_path="$lib_path;$file"
103 for dir in $lib_path $LIB
129 lib_path=
  /external/chromium_org/native_client_sdk/src/tools/lib/
get_shared_deps.py 67 def GetNeeded(main_files, objdump, lib_path):
73 lib_path: A list of paths to search for shared libraries.
83 return _GetNeededDynamic(main_files, objdump, lib_path)
88 def _GetNeededDynamic(main_files, objdump, lib_path):
90 all_files, unexamined = GleanFromObjdump(main_files, None, objdump, lib_path)
106 new_files, new_needed = GleanFromObjdump(files, arch, objdump, lib_path)
124 def GleanFromObjdump(files, arch, objdump, lib_path):
136 lib_path: A list of paths to search for shared libraries.
152 for path in _FindLibsInPath(filename, lib_path):
197 def _FindLibsInPath(name, lib_path)
    [all...]
  /external/libpng/
compile 86 if test -z "$lib_path"; then
87 lib_path=$file
89 lib_path="$lib_path;$file"
102 for dir in $lib_path $LIB
133 lib_path=
  /external/libedit/
compile 86 if test -z "$lib_path"; then
87 lib_path=$file
89 lib_path="$lib_path;$file"
102 for dir in $lib_path $LIB
133 lib_path=
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_elf_loader.h 28 // |lib_path| is the full library path, and |wanted_address| should
42 bool LoadAt(const char* lib_path,
crazy_linker_elf_loader.cpp 45 bool ElfLoader::LoadAt(const char* lib_path,
50 LOG("%s: lib_path='%s', file_offset=%p, load_address=%p\n",
52 lib_path,
73 if (!fd_.OpenReadOnly(lib_path)) {
84 path_ = lib_path;
  /ndk/sources/android/crazy_linker/src/
crazy_linker_elf_loader.h 28 // |lib_path| is the full library path, and |wanted_address| should
42 bool LoadAt(const char* lib_path,
crazy_linker_elf_loader.cpp 45 bool ElfLoader::LoadAt(const char* lib_path,
50 LOG("%s: lib_path='%s', file_offset=%p, load_address=%p\n",
52 lib_path,
73 if (!fd_.OpenReadOnly(lib_path)) {
84 path_ = lib_path;
  /external/chromium_org/ppapi/native_client/
chrome_main.scons 139 lib_path = line[pos+4:]
140 pos1 = lib_path.rfind(' (')
143 lib_path = lib_path[:pos1]
144 return lib_name, lib_path
166 lib_name, lib_path = lib_info
167 if lib_path == 'NaClMain':
170 shutil.copyfile(lib_path, os.path.join(target_dir, lib_name))
  /bionic/tests/
dlext_test.cpp 94 char lib_path[PATH_MAX]; local
95 snprintf(lib_path, sizeof(lib_path), LIBPATH, android_data);
99 extinfo.library_fd = TEMP_FAILURE_RETRY(open(lib_path, O_RDONLY | O_CLOEXEC));
101 handle_ = android_dlopen_ext(lib_path, RTLD_NOW, &extinfo);
  /external/chromium_org/native_client_sdk/src/build_tools/
verify_ppapi.py 23 def __init__(self, lib_path, expected, unexpected):
27 msg = 'In %s:\n' % lib_path
  /external/chromium_org/native_client_sdk/src/tools/
create_nmf.py 176 lib_path=None, extra_files=None, lib_prefix=None,
186 lib_path: List of paths to library directories
202 self.lib_path = lib_path or []
244 self.lib_path)
559 parser.add_option('-L', '--library-path', dest='lib_path',
634 for libpath in options.lib_path:
643 options.lib_path += GetDefaultLibPath(config)
644 for path in options.lib_path:
665 lib_path=options.lib_path
    [all...]
  /external/chromium_org/build/android/pylib/
forwarder.py 297 cmd, lib_path=Forwarder._DEVICE_FORWARDER_FOLDER)
337 cmd, lib_path=Forwarder._DEVICE_FORWARDER_FOLDER)
android_commands.py 675 def GetAndroidToolStatusAndOutput(self, command, lib_path=None, *args, **kw):
685 lib_path: (optional) path to the folder containing the dependent libs.
705 if lib_path:
706 command = 'LD_LIBRARY_PATH=%s %s' % (lib_path, command)
    [all...]
  /frameworks/compile/libbcc/gdb_plugin/
android-commands.py 200 lib_path = os.path.join(local_library_directory, lib + ".so")
201 if not os.path.exists(lib_path) and self.verbose:
203 + lib_path + "."
204 ret.append(lib_path)

Completed in 1315 milliseconds