Searched refs:DirectoryPath (Results 1 – 9 of 9) sorted by relevance
15 using DirectoryPath = interfaces::JsonStorage::DirectoryPath; typedef in TestPersistentJsonStorage32 static const DirectoryPath directory;36 const interfaces::JsonStorage::DirectoryPath38 interfaces::JsonStorage::DirectoryPath(121 const interfaces::JsonStorage::DirectoryPath& directory) in setupSymlinks()136 const interfaces::JsonStorage::DirectoryPath& directory) in setupSymlinks()
445 using DirectoryPath = interfaces::JsonStorage::DirectoryPath; typedef in TestTriggerManagerStorage
537 using DirectoryPath = interfaces::JsonStorage::DirectoryPath; typedef in TestReportManagerStorage
23 interfaces::JsonStorage::DirectoryPath( in Telemetry()29 interfaces::JsonStorage::DirectoryPath( in Telemetry()
8 explicit PersistentJsonStorage(const DirectoryPath& directory);17 DirectoryPath directory;
29 PersistentJsonStorage::PersistentJsonStorage(const DirectoryPath& directory) : in PersistentJsonStorage()
14 inline void PrintTo(const JsonStorage::DirectoryPath& o, std::ostream* os) in PrintTo()
17 BOOST_STRONG_TYPEDEF(std::filesystem::path, DirectoryPath)
72 TEST(VerifyPathParsing, DirectoryPath) in TEST() argument