Searched defs:nullptr (Results 1 - 4 of 4) sorted by relevance

/bionic/libc/bionic/
H A Dmalloc_info.cpp26 const char* attr_fmt = nullptr, ...) {
31 if (attr_fmt != nullptr) {
25 Elem(FILE* fp, const char* name, const char* attr_fmt = nullptr, ...) argument
/bionic/libc/private/
H A DUniquePtr.h51 explicit UniquePtr(T* ptr = nullptr) : mPtr(ptr) { } argument
55 that.mPtr = nullptr;
71 mPtr = nullptr;
78 void reset(T* ptr = nullptr) { argument
107 that.mPtr = nullptr;
/bionic/linker/
H A Dlinker_allocator.h76 T* allocate(size_t n, const T* hint = nullptr) { argument
H A Ddlfcn.cpp46 if (detail != nullptr) {
55 const char* old_value = __bionic_set_dlerror(nullptr);
73 if (result == nullptr) {
75 return nullptr;
87 return dlopen_ext(filename, flags, nullptr, caller_addr);
94 __bionic_format_dlerror(linker_get_error_buffer(), nullptr); local
95 return nullptr;
103 return dlsym_impl(handle, symbol, nullptr, caller_addr);
173 if (result == nullptr) {
220 ELFW(SYM_INITIALIZER)(sizeof(ANDROID_LIBDL_STRTAB) - 1, nullptr,
[all...]

Completed in 850 milliseconds