Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/app_file_service/tests/mock/backup_kit_inner/
H A Db_session_restore_async_mock.cpp78 string fileManagePath = tm.GetRootDirCurTest().append("manage.json"); in AppendBundles() local
79 UniqueFd fdManage(open(fileManagePath.data(), O_RDWR | O_CREAT, S_IRWXU)); in AppendBundles()
114 string fileManagePath = tm.GetRootDirCurTest().append("manage.json"); in AppendBundles() local
115 UniqueFd fdManage(open(fileManagePath.data(), O_RDWR | O_CREAT, S_IRWXU)); in AppendBundles()
H A Db_session_backup_mock.cpp57 string fileManagePath = tm.GetRootDirCurTest().append("manage.json"); in Start() local
58 SaveStringToFile(fileManagePath, R"([{"fileName": "1.tar"}])"); in Start()
59 UniqueFd fd(open(fileManagePath.data(), O_RDWR, S_IRWXU)); in Start()
H A Db_session_restore_mock.cpp66 string fileManagePath = tm.GetRootDirCurTest().append("manage.json"); in Start() local
67 UniqueFd fdManage(open(fileManagePath.data(), O_RDWR | O_CREAT, S_IRWXU)); in Start()