Home
last modified time | relevance | path

Searched refs:cache_control (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/systrace/profile_chrome/
Dchrome_startup_tracing_agent.py14 from devil.android.perf import cache_control
57 cache_control.CacheControl(self._device).DropRamCaches()
/external/libwebsockets/lib/roles/http/server/
Dserver.c618 char cache_control[50], *cc = "no-store"; in lws_http_serve() local
641 cc = cache_control; in lws_http_serve()
642 cclen = sprintf(cache_control, in lws_http_serve()
647 cc = cache_control; in lws_http_serve()
648 cclen = sprintf(cache_control, in lws_http_serve()
2472 char cache_control[50], *cc = "no-store"; in lws_serve_http_file() local
2611 n = lws_snprintf(cache_control, sizeof(cache_control), in lws_serve_http_file()
2630 n = lws_snprintf(cache_control, sizeof(cache_control), in lws_serve_http_file()
2636 (unsigned char *)cache_control, in lws_serve_http_file()
2698 cc = cache_control; in lws_serve_http_file()
[all …]
/external/oss-fuzz/infra/build/functions/
Dupdate_build_status.py70 blob.cache_control = 'no-cache'