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

  /external/compiler-rt/test/tsan/
mmap_large.cc 22 const uintptr_t kLocation = 0x40ULL << kLog2Size;
24 reinterpret_cast<void*>(kLocation),
  /external/libweave/src/
config.cc 39 const char kLocation[] = "location";
207 if (dict->GetString(config_keys::kLocation, &tmp))
272 dict.SetString(config_keys::kLocation, settings_.location);
  /system/weaved/buffet/
buffet_config.cc 61 const char kLocation[] = "location";
155 store.GetString(config_keys::kLocation, &settings->location);
  /system/webservd/libwebserv/
response.cc 90 AddHeader(brillo::http::response_header::kLocation, redirect_url);
  /external/libbrillo/brillo/http/
http_request.h 100 BRILLO_EXPORT extern const char kLocation[];
http_request.cc 90 const char response_header::kLocation[] = "Location";

Completed in 517 milliseconds