HomeSort by relevance Sort by last modified time
    Searched defs:mapfile_read (Results 1 - 2 of 2) sorted by null

  /external/qemu/android/utils/
mapfile.c 110 mapfile_read(MapFile* handle, void* buf, size_t nbyte) function
143 return mapfile_read(handle, buf, nbyte);
146 return res >= 0 ? mapfile_read(handle, buf, nbyte) : res;
  /ndk/sources/host-tools/ndk-stack/elff/
mapfile.c 110 mapfile_read(MapFile* handle, void* buf, size_t nbyte) function
143 return mapfile_read(handle, buf, nbyte);
146 return res >= 0 ? mapfile_read(handle, buf, nbyte) : res;

Completed in 365 milliseconds