Searched refs:kLocation (Results 1 – 4 of 4) sorted by relevance
22 const uintptr_t kLocation = 0x40ULL << kLog2Size; in main() local24 reinterpret_cast<void*>(kLocation), in main()
39 const char kLocation[] = "location"; variable207 if (dict->GetString(config_keys::kLocation, &tmp)) in LoadState()272 dict.SetString(config_keys::kLocation, settings_.location); in Save()
100 BRILLO_EXPORT extern const char kLocation[];
90 const char response_header::kLocation[] = "Location"; member in brillo::http::response_header