Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/storage/
Dlegacy_config_file_test.cc38 auto temp_config = temp_dir / "temp_config.txt"; in TEST() local
48 EXPECT_TRUE(LegacyConfigFile::FromPath(temp_config.string()).Write(config)); in TEST()
49 auto config_read = LegacyConfigFile::FromPath(temp_config.string()).Read(100); in TEST()
58 EXPECT_TRUE(std::filesystem::remove(temp_config)); in TEST()
84 auto temp_config = temp_dir / "temp_config.txt"; in TEST() local
85 EXPECT_TRUE(WriteToFile(temp_config.string(), kReadTestConfig)); in TEST()
87 auto config_read = LegacyConfigFile::FromPath(temp_config.string()).Read(100); in TEST()
95 EXPECT_TRUE(std::filesystem::remove(temp_config)); in TEST()
113 auto temp_config = temp_dir / "temp_config.txt"; in TEST() local
122 EXPECT_TRUE(LegacyConfigFile::FromPath(temp_config.string()).Write(config)); in TEST()
[all …]