Searched defs:flag_val (Results 1 – 5 of 5) sorted by relevance
41 const std::string& flag_val) { in AddNewStorageFiles()77 const std::string& flag_val) { in UpdateStorageFiles()146 const std::string& flag_val) { in AddOrUpdateStorageFiles()
35 const std::string& flag_val, in StorageFiles()203 auto flag_val = map_storage_file(storage_record_.flag_val); in GetFlagVal() local216 auto flag_val = map_storage_file(storage_record_.boot_flag_val); in GetBootFlagVal() local242 auto flag_val = map_mutable_storage_file(storage_record_.persist_flag_val); in GetPersistFlagVal() local
36 std::string flag_val; // flag.val on container member
66 const std::string flag_val; member319 auto flag_val = std::string(storage_dir) + "/flag.val"; in TEST_F() local365 auto flag_val = std::string(storage_dir) + "/flag.val"; in TEST_F() local
26 optional string flag_val = 5; field