HomeSort by relevance Sort by last modified time
    Searched full:internal_lseek (Results 1 - 5 of 5) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_posix.h 51 uptr internal_lseek(fd_t fd, OFF_T offset, int whence);
sanitizer_linux.cc 538 uptr internal_lseek(fd_t fd, OFF_T offset, int whence) { function in namespace:__sanitizer
675 internal_lseek(descriptor_, 0, SEEK_SET);
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_libc_test.cc 143 res = internal_lseek(fd, page_size, SEEK_SET);
  /prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/lib/linux/
libclang_rt.ubsan_standalone-i686.a     [all...]
libclang_rt.ubsan_standalone-x86_64.a     [all...]

Completed in 105 milliseconds