Searched refs:resourcesPath (Results 1 - 5 of 5) sorted by relevance
/developtools/packing_tool/adapter/ohos/ |
H A D | Utility.java | 62 private String resourcesPath = ""; field in Utility 324 return resourcesPath; in getResourcesPath() 327 public void setResourcesPath(String resourcesPath) { in setResourcesPath() argument 328 if (!resourcesPath.startsWith(CMD_PREFIX)) { in setResourcesPath() 329 this.resourcesPath = getFormattedPath(resourcesPath); in setResourcesPath()
|
H A D | Compressor.java | 956 String resourcesPath = ASSETS_DIR_NAME + utility.getModuleName() + LINUX_FILE_SEPARATOR in compressHapMode() 958 pathToFile(utility, utility.getResourcesPath(), resourcesPath, false); in compressHapMode() 1033 String resourcesPath = RESOURCES_DIR_NAME; in compressHapModeForModule() 1034 pathToFile(utility, utility.getResourcesPath(), resourcesPath, false); in compressHapModeForModule() 3108 String resourcesPath = RESOURCES_DIR_NAME; in compressHSPMode() 3109 pathToFile(utility, utility.getResourcesPath(), resourcesPath, false); in compressHSPMode()
|
/developtools/global_resource_tool/src/ |
H A D | resource_pack.cpp | 132 string resourcesPath = FileEntry::FilePath(output).Append(RESOURCES_DIR).GetPath(); in InitOutput() local 133 if (ResourceUtil::FileExist(resourcesPath)) { in InitOutput() 135 cerr << "Error: output path exists." << NEW_LINE_PATH << resourcesPath << endl; in InitOutput() 139 if (!ResourceUtil::RmoveAllDir(resourcesPath)) { in InitOutput()
|
/developtools/ace_js2bundle/ace-loader/src/ |
H A D | resource-plugin.js | 34 let resourcesPath; 97 } else if (file.toString().startsWith(resourcesPath) || file.toString().startsWith(sharePath)) { 126 resourcesPath = path.resolve(input_, 'resources');
|
/developtools/packing_tool/packing_tool/frameworks/src/ |
H A D | hap_packager.cpp | 443 std::string resourcesPath = Constants::ASSETS_PATH + Constants::LINUX_FILE_SEPARATOR + moduleName_ + in CompressHapMode() local 445 if (zipWrapper_.AddFileOrDirectoryToZip(it->second, resourcesPath) != ZipErrCode::ZIP_ERR_SUCCESS) { in CompressHapMode()
|
Completed in 17 milliseconds