Home
last modified time | relevance | path

Searched refs:fileOutPath (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.cpp96 string fileOutPath = tmInFile.GetRootDirCurTest().append("1.tar"); variable
97 BFile::SendFile(UniqueFd(open(fileOutPath.data(), O_RDWR)),
99 string contentTmp = BFile::ReadFile(UniqueFd(open(fileOutPath.c_str(), O_RDONLY))).get();