Home
last modified time | relevance | path

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

/developtools/packing_tool/adapter/ohos/
DUtility.java56 private String resourcesPath = ""; field in Utility
303 return resourcesPath; in getResourcesPath()
306 public void setResourcesPath(String resourcesPath) { in setResourcesPath() argument
307 if (!resourcesPath.startsWith(CMD_PREFIX)) { in setResourcesPath()
308 this.resourcesPath = getFormattedPath(resourcesPath); in setResourcesPath()
DCompressor.java716 String resourcesPath = ASSETS_DIR_NAME + utility.getModuleName() + LINUX_FILE_SEPARATOR in compressHapMode() local
718 pathToFile(utility, utility.getResourcesPath(), resourcesPath, false); in compressHapMode()
793 String resourcesPath = RESOURCES_DIR_NAME; in compressHapModeForModule() local
794 pathToFile(utility, utility.getResourcesPath(), resourcesPath, false); in compressHapModeForModule()
2469 String resourcesPath = RESOURCES_DIR_NAME; in compressHSPMode() local
2470 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