Searched refs:fileManagePath (Results 1 – 3 of 3) sorted by relevance
78 string fileManagePath = tm.GetRootDirCurTest().append("manage.json"); in AppendBundles() local79 UniqueFd fdManage(open(fileManagePath.data(), O_RDWR | O_CREAT, S_IRWXU)); in AppendBundles()114 string fileManagePath = tm.GetRootDirCurTest().append("manage.json"); in AppendBundles() local115 UniqueFd fdManage(open(fileManagePath.data(), O_RDWR | O_CREAT, S_IRWXU)); in AppendBundles()
57 string fileManagePath = tm.GetRootDirCurTest().append("manage.json"); in Start() local58 SaveStringToFile(fileManagePath, R"([{"fileName": "1.tar"}])"); in Start()59 UniqueFd fd(open(fileManagePath.data(), O_RDWR, S_IRWXU)); in Start()
66 string fileManagePath = tm.GetRootDirCurTest().append("manage.json"); in Start() local67 UniqueFd fdManage(open(fileManagePath.data(), O_RDWR | O_CREAT, S_IRWXU)); in Start()