Searched refs:index_file_ (Results 1 – 2 of 2) sorted by relevance
34 : resource_manager_(resource_manager), index_file_(index_file) { in TpmStorage()50 return ReadProtectedJsonFromFile(resource_manager_, index_file_).isMember(kEntries); in Exists()221 CF_EXPECT(WriteProtectedJsonToFile(resource_manager_, index_file_, index_), in Allocate()222 "Failed to save changes to " << index_file_); in Allocate()
63 std::string index_file_; variable