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

  /external/libchrome/base/
native_library_posix.cc 21 NativeLibrary LoadNativeLibrary(const FilePath& library_path,
30 void* dl = dlopen(library_path.value().c_str(), RTLD_LAZY);
native_library.h 72 BASE_EXPORT NativeLibrary LoadNativeLibrary(const FilePath& library_path,
82 const FilePath& library_path);
  /system/core/libnativeloader/include/nativeloader/
native_loader.h 36 jstring library_path,
44 jstring library_path);
  /system/core/libnativeloader/
native_loader.cpp 63 std::string library_path; // empty string by default. local
67 library_path = library_path_utf_chars.c_str();
85 if (!initialized_ && !InitPublicNamespace(library_path.c_str())) {
103 library_path.c_str(),
190 bool InitPublicNamespace(const char* library_path) {
194 // namespace which is the library_path of the classloader.
195 initialized_ = android_init_namespaces(public_libraries_.c_str(), library_path);
253 jstring library_path,
261 library_path,
268 library_path, permitted_path)
    [all...]
  /libcore/ojluni/src/main/native/
System.c 204 const char* library_path = getenv("LD_LIBRARY_PATH"); local
206 if (library_path == NULL) {
208 library_path = path;
211 if (library_path == NULL) {
212 library_path = "";
214 char* java_path = malloc(strlen("java.library.path=") + strlen(library_path) + 1);
216 strcat(java_path, library_path);
  /external/v8/src/base/platform/
platform.h 237 const std::string& library_path, uintptr_t start, uintptr_t end)
238 : library_path(library_path), start(start), end(end) {}
240 std::string library_path; member in struct:v8::base::OS::SharedLibraryAddress
  /external/antlr/antlr-3.4/runtime/Ruby/lib/
antlr3.rb 105 LIBRARY_PATH = ::File.expand_path( ::File.dirname( __FILE__ ) ).freeze
106 PROJECT_PATH = ::File.dirname( LIBRARY_PATH ).freeze
116 def self.library_path( *args ) singleton method in class:ANTLR3
117 ::File.expand_path( ::File.join( LIBRARY_PATH, *args ) )
196 $LOAD_PATH.include?( library_path ) or $LOAD_PATH.unshift( library_path )
  /art/runtime/
java_vm_ext.h 91 jstring library_path,
java_vm_ext.cc 724 jstring library_path,
794 library_path);
    [all...]
  /art/build/
Android.gtest.mk 578 library_path :=
583 library_path := $$(ART_TEST_ANDROID_ROOT)/lib64
586 library_path := $$(ART_TEST_ANDROID_ROOT)/lib64
588 library_path := $$(ART_TEST_ANDROID_ROOT)/lib
597 $$(eval $$(call define-art-gtest-rule-target,$$(art_gtest_name),,$$(library_path)))
646 library_path :=
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/main/
main-scripts.rb 8 ENV[ 'RUBYLIB' ] = ANTLR3.library_path
  /toolchain/binutils/binutils-2.25/gold/
main.cc 244 search_path.initialize(&workqueue, &command_line.options().library_path());
options.h     [all...]
script.cc     [all...]
  /external/autotest/client/virt/
kvm_vm.py 404 library_path = os.path.join(self.root_dir, 'build', 'lib')
405 if os.path.isdir(library_path):
406 library_path = os.path.abspath(library_path)
407 qemu_cmd += "LD_LIBRARY_PATH=%s " % library_path
    [all...]
  /external/vulkan-validation-layers/loader/
loader.c 1859 char *name, *type, *library_path, *api_version; local
2468 char *library_path = loader_stack_alloc(strlen(temp) + 1); local
    [all...]
  /ndk/
ndk-gdb.py 456 library_path = "/system/lib64"
459 library_path = "/system/lib"
462 required_files.append(posixpath.join(library_path, library))
  /external/v8/src/
log.h 284 void SharedLibraryEvent(const std::string& library_path,
log.cc 731 addresses[i].library_path, addresses[i].start, addresses[i].end));
892 void Logger::SharedLibraryEvent(const std::string& library_path,
898 library_path.c_str(), start, end);
    [all...]
  /external/libchrome/crypto/
nss_util.cc 824 const char* library_path,
828 name, library_path, params ? params : "");
    [all...]
  /external/clang/bindings/python/clang/
cindex.py 3526 library_path = None variable in class:Config
    [all...]

Completed in 1181 milliseconds