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 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
  /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);
  /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...]
  /external/clang/bindings/python/clang/
cindex.py 3526 library_path = None variable in class:Config
    [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...]

Completed in 141 milliseconds