Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/secure_env/storage/
Dinsecure_json_storage.cpp31 Result<Json::Value> ReadJson(const std::string& path) { in ReadJson() function
49 return ReadJson(path_).ok(); in Exists()
56 return CF_EXPECT(ReadJson(path_)).isMember(key); in HasKey()
60 auto root = CF_EXPECT(ReadJson(path_)); in Read()
75 root = CF_EXPECT(ReadJson(path_)); in Write()