HomeSort by relevance Sort by last modified time
    Searched refs:read_in (Results 1 - 4 of 4) sorted by null

  /system/core/libappfuse/include/libappfuse/
FuseBuffer.h 66 fuse_read_in read_in; member in union:android::fuse::FuseRequest::__anon2774
  /system/core/libappfuse/
FuseAppLoop.cc 68 if (buffer->request.read_in.size > kFuseMaxRead) {
73 buffer->request.read_in.offset, buffer->request.read_in.size);
  /toolchain/binutils/binutils-2.27/bfd/doc/
chew.c 366 static void read_in (string_type *, FILE *);
1455 read_in (str, file) function
1541 read_in (&buffer, stdin);
1561 read_in (&b, f);
  /external/python/cpython2/Demo/threads/
sync.py 237 # .read_in()
240 # long as some thread has completed a .read_in but not a .read_out,
244 # Use sometime after a .read_in to declare that the thread is done
438 def read_in(self): member in class:mrsw

Completed in 141 milliseconds