Searched refs:fileInPath (Results 1 – 1 of 1) sorted by relevance
124 string fileInPath = tmInFile.GetRootDirCurTest().append("1.txt"); variable125 auto ret = BFile::CopyFile(filePath, fileInPath);153 string fileInPath = tmInFile.GetRootDirCurTest().append("1.txt"); variable154 auto ret = BFile::MoveFile(filePath, fileInPath);182 string fileInPath = tmInFile.GetRootDirCurTest().append("1.txt"); variable183 BFile::Write(UniqueFd(open(filePath.data(), O_RDWR)), fileInPath);184 string contentTmp = BFile::ReadFile(UniqueFd(open(fileInPath.c_str(), O_RDONLY))).get();185 EXPECT_EQ(contentTmp, fileInPath);