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

  /prebuilts/misc/common/swig/include/2.0.11/mzscheme/
mzrun.swg 396 char *libp;
399 libp=(char *) malloc(L*sizeof(char));
401 sprintf(libp,"%s\\%s",mz_dynload_libpaths[k],mz_dlopen_libraries[i]);
402 mz_libraries[i]=(void *) LoadLibrary(libp);
404 sprintf(libp,"%s/%s",mz_dynload_libpaths[k],mz_dlopen_libraries[i]);
405 mz_libraries[i]=(void *) dlopen(libp,RTLD_LAZY);
408 fprintf(stderr,"SWIG:mzscheme:trying %s --> %p\n",libp,mz_libraries[i]);
410 free(libp);
  /external/ltrace/
proc.c 970 struct library **libp; local
971 for (libp = &proc->libraries; *libp != NULL; libp = &(*libp)->next)
972 if (*libp == lib) {
973 *libp = lib->next;
  /prebuilts/gdb/darwin-x86/lib/python2.7/config/
Makefile 119 LIBP= $(LIBDIR)/python$(VERSION)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/config/
Makefile 119 LIBP= $(LIBDIR)/python$(VERSION)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
Makefile 119 LIBP= $(LIBDIR)/python$(VERSION)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
Makefile 119 LIBP= $(LIBDIR)/python$(VERSION)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
_sysconfigdata.py 376 'LIBP': '/Volumes/Android/buildbot/src/android/master-ndk/out/build/buildhost/darwin-x86_64/install/host-tools/lib/python2.7',
  /prebuilts/gdb/linux-x86/lib/python2.7/
_sysconfigdata.py 376 'LIBP': '/usr/local/google/buildbot/src/android/master-ndk/out/build/buildhost/linux-x86_64/install/host-tools/lib/python2.7',
  /prebuilts/go/darwin-x86/misc/cgo/testshared/
shared_test.go 635 // If we make an ABI-breaking change to dep and rebuild libp.so but not exe,
  /prebuilts/go/linux-x86/misc/cgo/testshared/
shared_test.go 635 // If we make an ABI-breaking change to dep and rebuild libp.so but not exe,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_sysconfigdata.py 376 'LIBP': '/tmp/ndk-User/buildhost/install/prebuilt/darwin-x86_64/lib/python2.7',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_sysconfigdata.py 376 'LIBP': '/tmp/ndk-andrewhsieh/buildhost/install/prebuilt/linux-x86/lib/python2.7',

Completed in 1921 milliseconds