Searched refs:resourcesPath (Results 1 – 4 of 4) sorted by relevance
56 private String resourcesPath = ""; field in Utility303 return resourcesPath; in getResourcesPath()306 public void setResourcesPath(String resourcesPath) { in setResourcesPath() argument307 if (!resourcesPath.startsWith(CMD_PREFIX)) { in setResourcesPath()308 this.resourcesPath = getFormattedPath(resourcesPath); in setResourcesPath()
716 String resourcesPath = ASSETS_DIR_NAME + utility.getModuleName() + LINUX_FILE_SEPARATOR in compressHapMode() local718 pathToFile(utility, utility.getResourcesPath(), resourcesPath, false); in compressHapMode()793 String resourcesPath = RESOURCES_DIR_NAME; in compressHapModeForModule() local794 pathToFile(utility, utility.getResourcesPath(), resourcesPath, false); in compressHapModeForModule()2469 String resourcesPath = RESOURCES_DIR_NAME; in compressHSPMode() local2470 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