Home
last modified time | relevance | path

Searched refs:fileInPath (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_utils/b_filesystem/
H A Db_file_test.cpp124 string fileInPath = tmInFile.GetRootDirCurTest().append("1.txt"); variable
125 auto ret = BFile::CopyFile(filePath, fileInPath);
153 string fileInPath = tmInFile.GetRootDirCurTest().append("1.txt"); variable
154 auto ret = BFile::MoveFile(filePath, fileInPath);
182 string fileInPath = tmInFile.GetRootDirCurTest().append("1.txt"); variable
183 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);