Home
last modified time | relevance | path

Searched refs:outputPath (Results 1 – 20 of 20) sorted by relevance

/developtools/global_resource_tool/include/
Dresource_append.h40 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 …]
Dheader.h31 Header(const std::string &outputPath);
/developtools/smartperf_host/ide/test/trace/component/setting/
DSpRecordSetting.test.ts50 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/
Dresource_append.cpp45 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 …]
Dheader.cpp41 Header::Header(const string &outputPath) : outputPath_(outputPath) in Header() argument
Dresource_pack.cpp313 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/
Dsyscap_tool.h31 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/
DSpRecordSetting.ts35 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/
DgenBin-plugin.js93 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/
Dbundle_mode.ts92 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/
Dbuild_kitConfigs_file.js34 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/
DPluginConvertUtils.ts22 public static createHdcCmd(requestString: string, outputPath: string, time: number) {
29 outputPath +
/developtools/syscap_codec/src/
Dsyscap_tool.c133 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/
Dgen_abc_plugin.ts882 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;
Dutils.ts245 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/
Debpf_converter.cpp483 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/
DREADME_zh.md34 | -o/--outputPath | 不可缺省 | 带参数 | 指定已编译资源的输出路径。 |
/developtools/ace_js2bundle/ace-loader/
Dwebpack.lite.config.js67 name: '[name].[ext]', outputPath: 'common' property
Dwebpack.rich.config.js63 outputPath: 'common' property
/developtools/hiperf/interfaces/kits/js/napi/
Dhiperf_client_napi.cpp512 std::string outputPath = GetJsStringFromOption(env, info); in Setup() local
516 bool result = g_hiperfClient->Setup(outputPath); in Setup()