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

  /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 )
  /external/v8/src/base/platform/
platform.h 239 SharedLibraryAddress(const std::string& library_path, uintptr_t start,
241 : library_path(library_path), start(start), end(end), aslr_slide(0) {}
242 SharedLibraryAddress(const std::string& library_path, uintptr_t start,
244 : library_path(library_path),
249 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);
  /system/core/libnativeloader/
native_loader.cpp 115 std::string library_path; // empty string by default. local
119 library_path = library_path_utf_chars.c_str();
137 if (!initialized_ && !InitPublicNamespace(library_path.c_str(), error_msg)) {
162 } else if (!library_path.empty()) {
163 is_native_bridge = NativeBridgeIsPathSupported(library_path.c_str());
170 library_path.c_str(),
200 library_path.c_str(),
351 bool InitPublicNamespace(const char* library_path, std::string* error_msg) {
353 bool is_native_bridge = NativeBridgeIsPathSupported(library_path);
358 // namespace which is the library_path of the classloader
    [all...]
  /external/clang/bindings/python/clang/
cindex.py 3627 library_path = None variable in class:Config
    [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...]

Completed in 178 milliseconds