Home
last modified time | relevance | path

Searched defs:seek_target (Results 1 – 3 of 3) sorted by relevance

/external/cronet/tot/third_party/llvm-libc/src/src/__support/File/
Dfile.cpp314 auto seek_target = eof ? SEEK_END : SEEK_CUR; in tell() local
/external/cronet/stable/third_party/llvm-libc/src/src/__support/File/
Dfile.cpp314 auto seek_target = eof ? SEEK_END : SEEK_CUR; in tell() local
/external/llvm-libc/src/__support/File/
Dfile.cpp356 auto seek_target = eof ? SEEK_END : SEEK_CUR; in tell() local