Lines Matching refs:path
65 auto name = std::filesystem::path(n); in SetUp()
66 auto path = std::filesystem::path(mFilesDir.path) / name; in SetUp() local
67 fs_mkdirs(path.c_str(), S_IRWXU); in SetUp()
68 std::ofstream touch{path}; in SetUp()
69 mFileMap[name] = path; in SetUp()
71 prefix = std::filesystem::path(mFilesDir.path) / ""; in SetUp()
76 auto name = std::filesystem::path(n); in SetUp()
77 auto path = std::filesystem::path(mEmptyDir.path) / name; in SetUp() local
78 fs_mkdirs(path.c_str(), S_IRWXU); in SetUp()
79 std::ofstream touch{path}; in SetUp()
81 prefix = std::filesystem::path(mEmptyDir.path) / ""; in SetUp()
161 auto path = std::string(dir.path) + "/" + name; in TEST_P() local
165 fs_mkdirs(path.c_str(), S_IRWXU); in TEST_P()
166 std::ofstream touch{path}; in TEST_P()
169 prefix = std::filesystem::path(dir.path) / ""; in TEST_P()
373 std::string value = TemporaryFile().path; in TEST_P()
384 std::string value = TemporaryFile().path; in TEST_P()