Home
last modified time | relevance | path

Searched refs:outputFilename (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/
H A Dperf_decorator.cpp55 void PerfDecorator::SetOutputFilename(const std::string &outputFilename) in SetOutputFilename() argument
57 perfCollector_->SetOutputFilename(outputFilename); in SetOutputFilename()
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dperf_collector_impl.cpp72 void PerfCollectorImpl::SetOutputFilename(const std::string &outputFilename) in SetOutputFilename() argument
74 opt_.SetOutputFilename(outputFilename); in SetOutputFilename()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
H A Dmain.cpp1568 …std::filesystem::path outputFilename = settings.compiledShaderDestinationPath / relativeInputFilen… in runAllCompilationStages() local
1571 std::filesystem::create_directories(outputFilename.parent_path()); in runAllCompilationStages()
1575 if (!std::filesystem::exists(outputFilename) || in runAllCompilationStages()
1576 !std::filesystem::equivalent(inputFilename, outputFilename)) { in runAllCompilationStages()
1583 outputFilename += ".spv"; in runAllCompilationStages()
1588 LUME_LOG_V(" output: '%s'", outputFilename.string().c_str()); in runAllCompilationStages()
1606 auto reflectionFile = outputFilename; in runAllCompilationStages()
1621 auto reflectionFile = outputFilename; in runAllCompilationStages()
1636 … if (writeToFile(array_view(spvBinary.data(), spvBinary.size()), outputFilename)) { in runAllCompilationStages()
1637 LUME_LOG_D(" -> %s", outputFilename.string().c_str()); in runAllCompilationStages()
[all …]
/ohos5.0/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/utility/
H A Dperf_collector.h36 virtual void SetOutputFilename(const std::string &outputFilename) = 0;
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/inner_include/
H A Dperf_collector_impl.h36 void SetOutputFilename(const std::string &outputFilename) override;
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/include/
H A Dperf_decorator.h35 void SetOutputFilename(const std::string &outputFilename) override;