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

  /external/qemu/android/
cmdline-options.h 75 CFG_FLAG ( no_cache, "disable the cache partition" )
main-common.c 732 opts->no_cache = opts->nocache;
747 if (opts->no_cache) {
    [all...]
main.c 748 if (opts->no_cache) {
    [all...]
  /external/openssl/apps/
s_server.c 884 int no_cache = 0; local
1031 else if (strcmp(*argv,"-no_cache") == 0)
1032 no_cache = 1;
    [all...]

Completed in 557 milliseconds