Home
last modified time | relevance | path

Searched defs:outputPath (Results 1 – 16 of 16) sorted by relevance

/developtools/global_resource_tool/src/
Dresource_append.cpp45 string outputPath = packageParser_.GetOutput(); in Append() local
118 bool ResourceAppend::ScanResources(const string &resourcePath, const string &outputPath) in ScanResources()
141 …pend::ScanSubResources(const FileEntry entry, const string &resourcePath, const string &outputPath) in ScanSubResources()
164 const string &outputPath) in ScanSubLimitkeyResources()
192 bool ResourceAppend::ScanIegalResources(const string &resourcePath, const string &outputPath) in ScanIegalResources()
206 const string &limitKey, const string outputPath) in ScanLimitKey()
245 const DirectoryInfo &directoryInfo, const string &outputPath) in ScanFiles()
267 bool ResourceAppend::ScanFile(const FileInfo &fileInfo, const string &outputPath) in ScanFile()
303 bool ResourceAppend::ScanSingleFile(const string &filePath, const string &outputPath) in ScanSingleFile()
422 bool ResourceAppend::ScanRawFilesOrResFiles(const string &path, const string &outputPath, const str… in ScanRawFilesOrResFiles()
[all …]
Dheader.cpp41 Header::Header(const string &outputPath) : outputPath_(outputPath) in Header()
Dcompression_parser.cpp361 string &outputPath, TranscodeResult &result) in TranscodeImages()
390 TranscodeError CompressionParser::ScaleImage(const std::string &imagePath, std::string &outputPath) in ScaleImage()
Dresource_pack.cpp285 string outputPath = FileEntry::FilePath(packageParser_.GetOutput()) in GenerateConfigJson() local
411 string outputPath = FileEntry::FilePath(output).Append(ConfigParser::GetConfigName()).GetPath(); in HandleFeature() local
/developtools/packing_tool/packing_tool/frameworks/src/
Dappqf_packager.cpp85 std::string outputPath = it->second; in PreProcess() local
/developtools/ace_js2bundle/ace-loader/src/
DgenBin-plugin.js93 function qjscFirst(inputPath, outputPath) { argument
Dresource-plugin.js75 function circularFile(inputPath, outputPath, ext) { argument
/developtools/smartperf_host/ide/src/trace/component/setting/
DSpRecordSetting.ts37 private outputPath: HTMLInputElement | undefined; property in SpRecordSetting
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/bundle/
Dbundle_mode.ts100 const outputPath: string = path.resolve(this.projectConfig.aceModuleBuild, tempFilePath); constant
/developtools/syscap_codec/src/
Dsyscap_tool.c145 int32_t RPCIDEncode(char *inputFile, char *outputPath) in RPCIDEncode()
257 int32_t RPCIDDecode(char *inputFile, char *outputPath) in RPCIDDecode()
/developtools/ace_js2bundle/ace-loader/
Dwebpack.lite.config.js74 name: '[name].[ext]', outputPath: 'common' property
Dwebpack.rich.config.js63 outputPath: 'common' property
/developtools/profiler/device/plugins/hiebpf_plugin/tools/src/
Debpf_converter.cpp561 std::string inputPath, outputPath; in main() local
/developtools/hapsigner/hapsigntool_cpp/hap/provider/src/
Dsign_provider.cpp96 const std::string& outputPath, bool& ret) in PrepareIOStreams()
/developtools/ace_ets2bundle/compiler/src/
Dgen_abc_plugin.ts887 let outputPath: string = genProtoFileName(moduleInfos[i].tempFilePath); variable
/developtools/hiperf/interfaces/kits/js/napi/
Dhiperf_client_napi.cpp526 std::string outputPath = GetJsStringFromOption(env, info); in Setup() local