Home
last modified time | relevance | path

Searched defs:where (Results 1 – 5 of 5) sorted by relevance

/system/core/libutils/
DVectorImpl.cpp128 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/
Dbootctl.cpp30 static void usage(FILE* where, int /* argc */, char* argv[]) in usage()
/system/core/adb/
Dsysdeps.h130 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()
Dsysdeps_win32.cpp492 int64_t adb_lseek(int fd, int64_t pos, int where) { in adb_lseek()
/system/core/fs_mgr/libfiemap_writer/
Dfiemap_writer_test.cpp244 off_t where = first_extent.fe_physical; in TEST_F() local