Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/adapter/service/test/unittest/common/
H A Dadapter_loglibrary_ability_test.cpp29 const std::string DEST_PATH = "/data/log/logpack/betaclub/"; variable
43 AdapterLoglibraryTestTools::CreateDir(DEST_PATH); in SetUp()
52 AdapterLoglibraryTestTools::RemoveDir(DEST_PATH); in TearDown()
98 int32_t result = ability.Copy(LOG_TYPE, fileName, DEST_PATH);
111 int32_t result = ability.Copy(NON_LOG_TYPE, fileName, DEST_PATH);
125 int32_t result = ability.Move(LOG_TYPE, fileName, DEST_PATH);
138 int32_t result = ability.Move(NON_LOG_TYPE, fileName, DEST_PATH);
/ohos5.0/base/hiviewdfx/hiview/interfaces/js/napi/test/unittest/common/
H A Dloglibrary_agent_test.cpp32 const std::string DEST_PATH = ""; variable
64 int32_t result = HiviewServiceAgent::GetInstance().Copy(LOG_TYPE, fileName, DEST_PATH);
72 int32_t result = HiviewServiceAgent::GetInstance().Move(LOG_TYPE, fileName, DEST_PATH);