Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/tools/vuinput/src/
H A Dvirtual_device.cpp373 if (remove((g_folderPath + fileName).c_str()) != 0) { in ClearFileResidues()
381 if (remove((g_folderPath + fileName).c_str()) != 0) { in ClearFileResidues()
613 symbolFile.append(g_folderPath).append(g_pid).append("_").append(startDeviceName); in AddDevice()
627 RemoveDir(g_folderPath); in CloseDevice()
635 RemoveDir(g_folderPath); in CloseDevice()
641 remove((g_folderPath + it).c_str()); in CloseDevice()
642 if (BrowseDirectory(g_folderPath).empty()) { in CloseDevice()
643 RemoveDir(g_folderPath); in CloseDevice()
659 if (!IsFileExists(g_folderPath)) { in CheckCommand()
660 mkdir(g_folderPath in CheckCommand()
[all...]
/foundation/multimodalinput/input/tools/vuinput/include/
H A Dvirtual_device_config.h67 const std::string g_folderPath = "/data/symbol/"; member
/foundation/multimodalinput/input/tools/vuinput/test/
H A Dvirtual_device_test.cpp344 symbolFileTest.append(g_folderPath).append("1111111").append("_").append("testDevice"); in HWTEST_F()

Completed in 3 milliseconds