Home
last modified time | relevance | path

Searched refs:resourcesPath (Results 1 – 4 of 4) sorted by relevance

/developtools/packing_tool/adapter/ohos/
DUtility.java60 private String resourcesPath = ""; field in Utility
320 return resourcesPath; in getResourcesPath()
323 public void setResourcesPath(String resourcesPath) { in setResourcesPath() argument
324 if (!resourcesPath.startsWith(CMD_PREFIX)) { in setResourcesPath()
325 this.resourcesPath = getFormattedPath(resourcesPath); in setResourcesPath()
DCompressor.java810 String resourcesPath = ASSETS_DIR_NAME + utility.getModuleName() + LINUX_FILE_SEPARATOR in compressHapMode() local
812 pathToFile(utility, utility.getResourcesPath(), resourcesPath, false); in compressHapMode()
887 String resourcesPath = RESOURCES_DIR_NAME; in compressHapModeForModule() local
888 pathToFile(utility, utility.getResourcesPath(), resourcesPath, false); in compressHapModeForModule()
2834 String resourcesPath = RESOURCES_DIR_NAME; in compressHSPMode() local
2835 pathToFile(utility, utility.getResourcesPath(), resourcesPath, false); in compressHSPMode()
/developtools/global_resource_tool/src/
Dresource_pack.cpp118 string resourcesPath = FileEntry::FilePath(output).Append(RESOURCES_DIR).GetPath(); in InitOutput() local
119 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()
/developtools/ace_js2bundle/ace-loader/src/
Dresource-plugin.js34 let resourcesPath; variable