| /developtools/global_resource_tool/include/ |
| D | resource_append.h | 40 bool ScanResources(const std::string &resourcePath, const std::string &outputPath); 42 const std::string &outputPath); 44 const std::string &outputPath); 45 bool ScanIegalResources(const std::string &resourcePath, const std::string &outputPath); 47 const std::string outputPath); 49 const std::string &outputPath); 50 bool ScanFile(const FileInfo &fileInfo, const std::string &outputPath); 51 bool ScanSingleFile(const std::string &filePath, const std::string &outputPath); 52 bool WriteFileInner(std::ostringstream &outStream, const std::string &outputPath) const; 55 …bool ScanRawFilesOrResFiles(const std::string &path, const std::string &outputPath, const std::str… [all …]
|
| D | header.h | 31 Header(const std::string &outputPath);
|
| /developtools/smartperf_host/ide/test/trace/component/setting/ |
| D | SpRecordSetting.test.ts | 50 spEle.outputPath = spEle.shadowRoot?.querySelector('#trace_path') as HTMLInputElement; 51 spEle.outputPath.value = '' 56 spEle.outputPath = undefined 61 spEle.outputPath = spEle.shadowRoot?.querySelector('#trace_path') as HTMLInputElement; 62 spEle.outputPath.value = 'long_trace' 67 spEle.outputPath = spEle.shadowRoot?.querySelector('#trace_path') as HTMLInputElement; 68 spEle.outputPath.value = 'long' 74 spEle.outputPath = undefined; 80 spEle.outputPath = undefined; 86 spEle.outputPath = spEle.shadowRoot?.querySelector('#trace_path') as HTMLInputElement; [all …]
|
| /developtools/global_resource_tool/src/ |
| D | resource_append.cpp | 45 string outputPath = packageParser_.GetOutput(); in Append() local 47 if (!ScanResources(iter, outputPath)) { in Append() 112 bool ResourceAppend::ScanResources(const string &resourcePath, const string &outputPath) in ScanResources() argument 115 …string filePath = FileEntry::FilePath(outputPath).Append(ResourceUtil::GenerateHash(resourcePath))… in ScanResources() 129 return ScanSingleFile(resourcePath, outputPath); in ScanResources() 132 return ScanSubResources(entry, resourcePath, outputPath); in ScanResources() 135 …pend::ScanSubResources(const FileEntry entry, const string &resourcePath, const string &outputPath) in ScanSubResources() argument 143 if (!ScanIegalResources(child->GetFilePath().GetPath(), outputPath)) { in ScanSubResources() 151 return ScanIegalResources(resourcePath, outputPath); in ScanSubResources() 154 return ScanSubLimitkeyResources(entry, resourcePath, outputPath); in ScanSubResources() [all …]
|
| D | header.cpp | 41 Header::Header(const string &outputPath) : outputPath_(outputPath) in Header() argument
|
| D | resource_pack.cpp | 313 string outputPath = FileEntry::FilePath(packageParser_.GetOutput()) in GenerateConfigJson() local 315 return configJson_.Save(outputPath); in GenerateConfigJson() 425 string outputPath = FileEntry::FilePath(output).Append(ConfigParser::GetConfigName()).GetPath(); in HandleFeature() local 426 if (config.Save(outputPath) != RESTOOL_SUCCESS) { in HandleFeature()
|
| /developtools/syscap_codec/include/ |
| D | syscap_tool.h | 31 int32_t PCIDEncode(char *inputFile, char *outputPath); 33 int32_t PCIDDecode(char *inputFile, char *outputPath); 35 int32_t RPCIDEncode(char *inputFile, char *outputPath); 37 int32_t RPCIDDecode(char *inputFile, char *outputPath);
|
| /developtools/smartperf_host/ide/src/trace/component/setting/ |
| D | SpRecordSetting.ts | 35 private outputPath: HTMLInputElement | undefined; property in SpRecordSetting 57 if (this.outputPath && this.outputPath.value !== '' && this.outputPath.value !== 'long_trace') { 58 return `/data/local/tmp/${this.outputPath.value}/`; 65 … if (this.outputPath && this.outputPath.value !== 'long_trace/' && this.outputPath.value !== '') { 66 return `/data/local/tmp/${this.outputPath.value}/hiprofiler_data.htrace`; 70 if (this.outputPath && this.outputPath.value !== '') { 71 return `/data/local/tmp/${this.outputPath.value}`; 185 …this.outputPath = this.shadowRoot?.querySelector<HTMLInputElement>('#trace_path') as HTMLInputElem… 234 this.outputPath!.value = 'hiprofiler_data.htrace'; 240 this.outputPath!.value = 'long_trace';
|
| /developtools/ace_js2bundle/ace-loader/src/ |
| D | genBin-plugin.js | 93 function qjscFirst(inputPath, outputPath) { argument 94 const cmd = `"${qjsc}" -o "${outputPath}" -N buf -c "${inputPath}"` 102 qjscSecond(outputPath)
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/bundle/ |
| D | bundle_mode.ts | 92 const outputPath: string = path.resolve(this.projectConfig.aceModuleBuild, tempFilePath); constant 93 const cacheOutputPath: string = this.genCacheBundleFilePath(outputPath, tempFilePath); 106 this.collectIntermediateJsBundle(outputPath, cacheOutputPath); 230 private genCacheBundleFilePath(outputPath: string, tempFilePath: string): string { 235 cacheOutputPath = outputPath;
|
| /developtools/ace_ets2bundle/compiler/ |
| D | build_kitConfigs_file.js | 34 const outputPath = path.resolve(output, path.basename(item).replace('.d.ts', '.json')); 46 createKitConfigs(outputPath, JSON.stringify(result, null, STANDARD_INDENT));
|
| /developtools/smartperf_host/ide/src/trace/component/setting/utils/ |
| D | PluginConvertUtils.ts | 22 public static createHdcCmd(requestString: string, outputPath: string, time: number) { 29 outputPath +
|
| /developtools/syscap_codec/src/ |
| D | syscap_tool.c | 133 int32_t RPCIDEncode(char *inputFile, char *outputPath) in RPCIDEncode() argument 182 ret = ConvertedContextSaveAsFile(outputPath, "RPCID.sc", convertedBuffer, convertedBufLen); in RPCIDEncode() 184 … PRINT_ERR("ConvertedContextSaveAsFile failed, outputPath:%s, filename:rpcid.sc\n", outputPath); in RPCIDEncode() 239 int32_t RPCIDDecode(char *inputFile, char *outputPath) in RPCIDDecode() argument 261 …ret = ConvertedContextSaveAsFile(outputPath, "RPCID.json", convertedBuffer, strlen(convertedBuffer… in RPCIDDecode() 263 … PRINT_ERR("ConvertedContextSaveAsFile failed, outputPath:%s, filename:rpcid.json\n", outputPath); in RPCIDDecode()
|
| /developtools/ace_ets2bundle/compiler/src/ |
| D | gen_abc_plugin.ts | 882 let outputPath: string = genProtoFileName(moduleInfos[i].tempFilePath); variable 888 if (fs.existsSync(outputPath)) { 890 const hashAbcContentData: string = toHashData(outputPath); 891 … if (jsonObject[input] === hashInputContentData && jsonObject[outputPath] === hashAbcContentData) { 893 updateJsonObject[outputPath] = hashAbcContentData; 909 let outputPath: string = genProtoFileName(filterModuleInfos[i].tempFilePath);; 910 if (!fs.existsSync(input) || !fs.existsSync(outputPath)) { 916 const hashOutputContentData: string = toHashData(outputPath); 918 moduleHashJsonObject[outputPath] = hashOutputContentData;
|
| D | utils.ts | 245 export function circularFile(inputPath: string, outputPath: string): void { 246 if (!inputPath || !outputPath) { 255 const outputFile: string = path.resolve(outputPath, file);
|
| /developtools/profiler/device/plugins/hiebpf_plugin/tools/src/ |
| D | ebpf_converter.cpp | 483 std::string inputPath, outputPath; in main() local 491 outputPath = optarg; in main() 505 OHOS::EBPF_TOOLS::EbpfConverter ec(inputPath, outputPath); in main()
|
| /developtools/global_resource_tool/ |
| D | README_zh.md | 34 | -o/--outputPath | 不可缺省 | 带参数 | 指定已编译资源的输出路径。 |
|
| /developtools/ace_js2bundle/ace-loader/ |
| D | webpack.lite.config.js | 67 name: '[name].[ext]', outputPath: 'common' property
|
| D | webpack.rich.config.js | 63 outputPath: 'common' property
|
| /developtools/hiperf/interfaces/kits/js/napi/ |
| D | hiperf_client_napi.cpp | 512 std::string outputPath = GetJsStringFromOption(env, info); in Setup() local 516 bool result = g_hiperfClient->Setup(outputPath); in Setup()
|