Lines Matching refs:path
64 auto name = std::filesystem::path(n); in SetUp()
65 auto path = std::filesystem::path(mFilesDir.path) / name; in SetUp() local
66 fs_mkdirs(path.c_str(), S_IRWXU); in SetUp()
67 std::ofstream touch{path}; in SetUp()
68 mFileMap[name] = path; in SetUp()
70 prefix = std::filesystem::path(mFilesDir.path) / ""; in SetUp()
75 auto name = std::filesystem::path(n); in SetUp()
76 auto path = std::filesystem::path(mEmptyDir.path) / name; in SetUp() local
77 fs_mkdirs(path.c_str(), S_IRWXU); in SetUp()
78 std::ofstream touch{path}; in SetUp()
80 prefix = std::filesystem::path(mEmptyDir.path) / ""; in SetUp()
160 auto path = std::string(dir.path) + "/" + name; in TEST_P() local
164 fs_mkdirs(path.c_str(), S_IRWXU); in TEST_P()
165 std::ofstream touch{path}; in TEST_P()
168 prefix = std::filesystem::path(dir.path) / ""; in TEST_P()
367 std::string value = TemporaryFile().path; in TEST_P()
378 std::string value = TemporaryFile().path; in TEST_P()