OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lseek64
(Results
101 - 109
of
109
) sorted by null
1
2
3
4
5
/external/elfutils/src/
strings.c
600
if (
lseek64
(fd, from, SEEK_SET) != from)
601
error (EXIT_FAILURE, errno, gettext ("
lseek64
failed"));
/external/llvm/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp
811
sys::DynamicLibrary::AddSymbol("\x1lseek64", (void*)(intptr_t)
lseek64
);
[
all
...]
/frameworks/base/core/jni/android/graphics/
BitmapFactory.cpp
614
return ::
lseek64
(descriptor, 0, SEEK_CUR) != -1 ? JNI_TRUE : JNI_FALSE;
/external/stressapptest/src/
worker.cc
[
all
...]
/external/qemu/hw/
goldfish_nand.c
34
/* prefer
lseek64
on Linux */
38
# define llseek
lseek64
216
* TODO Work out whether to use
lseek64
here. */
/frameworks/av/cmds/stagefright/
stagefright.cpp
834
off64_t fileSize =
lseek64
(fd, 0, SEEK_END);
/bionic/libc/
Android.mk
103
bionic/
lseek64
.c \
/libcore/luni/src/main/native/
libcore_io_Posix.cpp
[
all
...]
/external/e2fsprogs/
configure
[
all
...]
Completed in 1172 milliseconds
1
2
3
4
5