Home
last modified time | relevance | path

Searched refs:lib_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/base/android/linker/
Dlinker_jni.cc214 ScopedLibrary() : lib_(NULL) {} in ScopedLibrary()
217 if (lib_) in ~ScopedLibrary()
218 crazy_library_close_with_context(lib_, GetCrazyContext()); in ~ScopedLibrary()
221 crazy_library_t* Get() { return lib_; } in Get()
223 crazy_library_t** GetPtr() { return &lib_; } in GetPtr()
226 crazy_library_t* ret = lib_; in Release()
227 lib_ = NULL; in Release()
232 crazy_library_t* lib_; member in __anon2cc38b490111::ScopedLibrary
/external/chromium_org/tools/gyp/test/product/
Dgyptest-product.py33 test.built_file_must_exist(test.lib_ + 'alt7' + test._lib,
35 test.built_file_must_exist(test.lib_ + 'hello8.stuff',
/external/chromium_org/third_party/android_crazy_linker/src/src/
Dcrazy_linker_shared_library.cpp102 : lib_(lib), dependencies_(dependencies) {} in SharedLibraryResolver()
108 const ELF::Sym* entry = lib_->LookupSymbolEntry(symbol_name); in Lookup()
110 return reinterpret_cast<void*>(lib_->load_bias() + entry->st_value); in Lookup()
159 SharedLibrary* lib_; member in crazy::__anone9fe9fad0111::SharedLibraryResolver
/external/chromium_org/tools/gyp/test/lib/
DTestGyp.py91 lib_ = TestCommon.lib_prefix variable in TestGypBase
360 name = self.lib_ + name + self._lib