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

  /external/strace/xlat/
advise.h 1 /* Generated by ./xlat/gen.sh from ./xlat/advise.in; do not edit. */
3 static const struct xlat advise[] = { variable in typeref:struct:xlat
  /system/core/include/utils/
FileMap.h 108 int advise(MapAdvice advice);
  /system/core/libutils/
FileMap.cpp 199 int FileMap::advise(MapAdvice advice) function in class:FileMap
Tokenizer.cpp 74 fileMap->advise(FileMap::SEQUENTIAL);
  /frameworks/compile/libbcc/lib/Renderscript/
RSInfoReader.cpp 235 map->advise(android::FileMap::SEQUENTIAL);
  /external/strace/
file.c     [all...]
  /external/e2fsprogs/misc/
e4defrag.c 200 * @advise: process flag.
202 static int posix_fadvise(int fd, loff_t offset, size_t len, int advise)
204 return syscall(__NR_fadvise64_64, fd, offset, len, advise);
    [all...]

Completed in 410 milliseconds