HomeSort by relevance Sort by last modified time
    Searched refs:read_bytes (Results 51 - 56 of 56) sorted by null

1 23

  /external/libmojo/mojo/edk/system/
data_pipe_unittest.cc 1736 uint32_t read_bytes = num_bytes; local
    [all...]
  /external/squashfs-tools/squashfs-tools/
mksquashfs.c 531 int read_bytes(int fd, void *buff, int bytes) function
568 } else if(read_bytes(fd, buff, bytes) < bytes) {
    [all...]
action.c     [all...]
  /hardware/interfaces/wifi/1.2/default/
hidl_struct_util.cpp 192 if (legacy_status.written_bytes >= legacy_status.read_bytes) {
195 (legacy_status.written_bytes - legacy_status.read_bytes);
198 legacy_status.read_bytes - legacy_status.written_bytes;
    [all...]
  /external/python/cpython3/Lib/
pathlib.py 1166 def read_bytes(self): member in class:Path
    [all...]
  /external/python/cpython3/Lib/test/
test_pathlib.py     [all...]

Completed in 359 milliseconds

1 23