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

  /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"
  /frameworks/compile/libbcc/tools/bcc/
Main.cpp 301 llvm::sys::Path lib_path; local
307 lib_path = *search_path_iter;
308 lib_path.appendComponent("lib" + lib);
309 lib_path.appendSuffix(llvm::sys::Path::GetDLLSuffix());
311 if (lib_path.isEmpty()) {
312 if (!lib_path.isDynamicLibrary()) {
313 lib_path = llvm::sys::Path();
319 if (lib_path.isEmpty()) {
323 lib_path = llvm::sys::Path::FindLibrary(lib_tmp);
325 if (lib_path.isEmpty())
    [all...]
  /external/libvpx/
examples.mk 116 LIB_PATH := $(SRC_PATH_BARE)/../lib
119 LIB_PATH-yes += $(if $(BUILD_PFX),$(BUILD_PFX),.)
122 LIB_PATH := $(call enabled,LIB_PATH)
126 LDFLAGS += $(addprefix -L,$(LIB_PATH))
166 $(if $(BUILD_OBJS),$(eval $(bin): $(LIB_PATH)/lib$(CODEC_LIB).a))\
  /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)
  /ndk/build/tools/toolchain-patches/binutils/
0001-Modify-linker-script-generation-for-MIPS-Android.patch 55 -LIB_SEARCH_DIRS=`echo ${LIB_PATH} | sed -e 's/:/ /g' -e 's/\([^ ][^ ]*\)/SEARCH_DIR(\\"\1\\");/g'`
57 +#LIB_SEARCH_DIRS=`echo ${LIB_PATH} | sed -e 's/:/ /g' -e 's/\([^ ][^ ]*\)/SEARCH_DIR(\\"\1\\");/g'`
  /external/sonivox/jet_tools/JetCreator/
eas.py 295 eas_logger.debug('Call EAS_LoadDLSCollection: lib_path=%d' % path)
889 eas_logger.debug('Call EAS_LoadDLSCollection: lib_path=%s' % path)
    [all...]

Completed in 338 milliseconds