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

  /external/strace/xlat/
advise.h 1 /* Generated by ./xlat/gen.sh from ./xlat/advise.in; do not edit. */
5 # error static const struct xlat advise in mpers mode
10 const struct xlat advise[] = { variable in typeref:struct:xlat
  /external/ltp/testcases/kernel/syscalls/fadvise/
posix_fadvise03.c 25 * Check the value that posix_fadvise returns for wrong ADVISE value.
105 Return 1 if advise is in defined_advise.
107 static int is_defined_advise(int advise)
111 if (defined_advise[i] == advise)
121 int advise; local
150 for (advise = 0; advise < advise_limit; advise++) {
152 /* Don't use defiend advise as an argument. */
153 if (is_defined_advise(advise)) {
    [all...]
  /system/core/libutils/
FileMap.cpp 224 int FileMap::advise(MapAdvice advice) function in class:FileMap
246 int FileMap::advise(MapAdvice /* advice */) function in class:FileMap

Completed in 355 milliseconds