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

  /external/libchrome/base/
native_library_posix.cc 22 NativeLibrary LoadNativeLibrary(const FilePath& library_path,
31 void* dl = dlopen(library_path.value().c_str(), RTLD_LAZY);
native_library.h 71 BASE_EXPORT NativeLibrary LoadNativeLibrary(const FilePath& library_path,
81 const FilePath& library_path);
  /system/core/libnativeloader/include/nativeloader/
native_loader.h 38 jstring library_path,
46 jstring library_path,
  /system/core/libnativeloader/
native_loader.cpp 126 std::string library_path; // empty string by default. local
130 library_path = library_path_utf_chars.c_str();
148 if (!initialized_ && !InitPublicNamespace(library_path.c_str(), error_msg)) {
173 } else if (!library_path.empty()) {
174 is_native_bridge = NativeBridgeIsPathSupported(library_path.c_str());
191 library_path = library_path + ":" + vendor_lib_path.c_str();
204 ALOGD("classloader namespace configured for unbundled vendor apk. library_path=%s", library_path.c_str());
211 library_path.c_str()
    [all...]
  /external/libmojo/base/android/
path_utils.cc 67 FilePath library_path(ConvertJavaStringToUTF8(path));
68 *result = library_path;
  /external/v8/src/base/platform/
platform.h 247 SharedLibraryAddress(const std::string& library_path, uintptr_t start,
249 : library_path(library_path), start(start), end(end), aslr_slide(0) {}
250 SharedLibraryAddress(const std::string& library_path, uintptr_t start,
252 : library_path(library_path),
257 std::string library_path; member in struct:v8::base::OS::SharedLibraryAddress
  /libcore/ojluni/src/main/native/
System.c 207 const char* library_path = getenv("LD_LIBRARY_PATH"); local
209 if (library_path == NULL) {
211 library_path = path;
214 if (library_path == NULL) {
215 library_path = "";
217 char* java_path = malloc(strlen("java.library.path=") + strlen(library_path) + 1);
219 strcat(java_path, library_path);
  /cts/tests/tests/jni/libjnitest/
android_jni_cts_LinkerNamespacesTest.cpp 97 const std::string& library_path,
103 // - It must exist only in the top level directory of "library_path".
110 library_path + "/" + baselib == path) {
130 static bool check_path(const std::string& library_path,
134 std::list<std::string> dirs = { library_path };
157 } else if (!check_lib(path, library_path, libraries, errors)) {
  /system/core/libnativebridge/include/nativebridge/
native_bridge.h 276 // library_path [IN] search paths for native libraries (directories separated by ':')
282 bool (*isPathSupported)(const char* library_path);
  /art/tools/common/
common.py 310 library_path = android_root + '/' + lib
315 self._shell_env['LD_LIBRARY_PATH'] = library_path
316 self._shell_env['DYLD_LIBRARY_PATH'] = library_path
  /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/build/
Android.gtest.mk 472 library_path :=
477 library_path := $$(ART_TEST_ANDROID_ROOT)/lib64
480 library_path := $$(ART_TEST_ANDROID_ROOT)/lib64
482 library_path := $$(ART_TEST_ANDROID_ROOT)/lib
491 $$(eval $$(call define-art-gtest-rule-target,$$(art_gtest_name),$$(art_gtest_filename),$(2),$$($(2)library_path)))
496 library_path :=
  /art/runtime/
java_vm_ext.h 104 jstring library_path,
java_vm_ext.cc 799 jstring library_path,
870 library_path,
    [all...]
  /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/vulkan-validation-layers/loader/
loader.c 2127 char *name, *type, *library_path, *api_version; local
2988 char *library_path = loader_stack_alloc(strlen(temp) + 1); local
    [all...]
  /external/v8/src/
log.h 215 void SharedLibraryEvent(const std::string& library_path, uintptr_t start,
log.cc 682 SharedLibraryEvent(addresses[i].library_path, addresses[i].start,
834 void Logger::SharedLibraryEvent(const std::string& library_path,
841 library_path.c_str(), start, end, aslr_slide);
    [all...]
  /external/libchrome/crypto/
nss_util.cc 827 const char* library_path,
831 name, library_path, params ? params : "");
    [all...]
  /art/test/115-native-bridge/
nativebridge.cc 597 extern "C" bool native_bridge_isPathSupported(const char* library_path ATTRIBUTE_UNUSED) {
  /external/clang/bindings/python/clang/
cindex.py 3627 library_path = None variable in class:Config
    [all...]

Completed in 363 milliseconds