Lines Matching refs:path
54 auto name = std::filesystem::path(n); in SetUp()
55 auto path = std::filesystem::path(mFilesDir.path) / name; in SetUp() local
56 fs_mkdirs(path.c_str(), S_IRWXU); in SetUp()
57 std::ofstream touch{path}; in SetUp()
58 mFileMap[name] = path; in SetUp()
60 prefix = std::filesystem::path(mFilesDir.path) / ""; in SetUp()
65 auto name = std::filesystem::path(n); in SetUp()
66 auto path = std::filesystem::path(mEmptyDir.path) / name; in SetUp() local
68 prefix = std::filesystem::path(mEmptyDir.path) / ""; in SetUp()
261 std::string value = TemporaryFile().path; in TEST_P()
271 std::string value = TemporaryFile().path; in TEST_P()