Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/tools/vuinput/src/
H A Dvirtual_device.cpp354 if (remove((g_folderPath + fileName).c_str()) != 0) { in ClearFileResidues()
362 if (remove((g_folderPath + fileName).c_str()) != 0) { in ClearFileResidues()
607 RemoveDir(g_folderPath); in CloseDevice()
615 RemoveDir(g_folderPath); in CloseDevice()
621 remove((g_folderPath + it).c_str()); in CloseDevice()
622 if (BrowseDirectory(g_folderPath).empty()) { in CloseDevice()
623 RemoveDir(g_folderPath); in CloseDevice()
639 if (!IsFileExists(g_folderPath)) { in CheckCommand()
640 mkdir(g_folderPath.c_str(), FILE_POWER); in CheckCommand()
722 std::vector<std::string> deviceList = BrowseDirectory(g_folderPath); in ListOption()
[all …]
/ohos5.0/foundation/multimodalinput/input/tools/vuinput/include/
H A Dvirtual_device_config.h67 const std::string g_folderPath = "/data/symbol/"; variable
/ohos5.0/foundation/multimodalinput/input/tools/vuinput/test/
H A Dvirtual_device_test.cpp344 symbolFileTest.append(g_folderPath).append("1111111").append("_").append("testDevice");