Searched defs:where (Results 1 – 5 of 5) sorted by relevance
/system/core/libutils/ |
D | VectorImpl.cpp | 128 void* where = _grow(index, length); in insertArrayAt() local 149 void* where = _grow(index, numItems); in insertAt() local 377 void* VectorImpl::_grow(size_t where, size_t amount) in _grow() 453 void VectorImpl::_shrink(size_t where, size_t amount) in _shrink()
|
/system/extras/bootctl/ |
D | bootctl.cpp | 30 static void usage(FILE* where, int /* argc */, char* argv[]) in usage()
|
/system/core/adb/ |
D | sysdeps.h | 130 static __inline__ int unix_lseek(int fd, int pos, int where) { in unix_lseek() 444 static __inline__ int64_t adb_lseek(int fd, int64_t pos, int where) { in adb_lseek()
|
D | sysdeps_win32.cpp | 492 int64_t adb_lseek(int fd, int64_t pos, int where) { in adb_lseek()
|
/system/core/fs_mgr/libfiemap_writer/ |
D | fiemap_writer_test.cpp | 244 off_t where = first_extent.fe_physical; in TEST_F() local
|