Searched refs:dfsPath (Results 1 – 4 of 4) sorted by relevance
127 string dfsPath; variable128 EXPECT_EQ(CloudFileUtils::LocalWriteOpen(dfsPath), false);130 dfsPath = "testPath";131 EXPECT_EQ(CloudFileUtils::LocalWriteOpen(dfsPath), false);167 string dfsPath = "./"; variable168 EXPECT_EQ(CloudFileUtils::LocalWriteOpen(dfsPath), false);170 dfsPath = "testPath";171 EXPECT_EQ(CloudFileUtils::LocalWriteOpen(dfsPath), false);176 string dfsPath = "/data/service/el1/public/cloudfile"; variable177 string cloudId = CloudFileUtils::GetCloudId(dfsPath);[all …]
228 bool CloudFileUtils::LocalWriteOpen(const string &dfsPath) in LocalWriteOpen() argument231 if (realpath(dfsPath.c_str(), absPath.get()) == nullptr) { in LocalWriteOpen()
131 bool CloudFileUtils::LocalWriteOpen(const string &dfsPath) in LocalWriteOpen() argument
65 static bool LocalWriteOpen(const std::string &dfsPath);