Searched refs:resourcesPath (Results 1 – 4 of 4) sorted by relevance
60 private String resourcesPath = ""; field in Utility320 return resourcesPath; in getResourcesPath()323 public void setResourcesPath(String resourcesPath) { in setResourcesPath() argument324 if (!resourcesPath.startsWith(CMD_PREFIX)) { in setResourcesPath()325 this.resourcesPath = getFormattedPath(resourcesPath); in setResourcesPath()
810 String resourcesPath = ASSETS_DIR_NAME + utility.getModuleName() + LINUX_FILE_SEPARATOR in compressHapMode() local812 pathToFile(utility, utility.getResourcesPath(), resourcesPath, false); in compressHapMode()887 String resourcesPath = RESOURCES_DIR_NAME; in compressHapModeForModule() local888 pathToFile(utility, utility.getResourcesPath(), resourcesPath, false); in compressHapModeForModule()2834 String resourcesPath = RESOURCES_DIR_NAME; in compressHSPMode() local2835 pathToFile(utility, utility.getResourcesPath(), resourcesPath, false); in compressHSPMode()
118 string resourcesPath = FileEntry::FilePath(output).Append(RESOURCES_DIR).GetPath(); in InitOutput() local119 if (ResourceUtil::FileExist(resourcesPath)) { in InitOutput()121 cerr << "Error: output path exists." << NEW_LINE_PATH << resourcesPath << endl; in InitOutput()125 if (!ResourceUtil::RmoveAllDir(resourcesPath)) { in InitOutput()
34 let resourcesPath; variable