Home
last modified time | relevance | path

Searched defs:pkgArgs (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/getjspandafile_fuzzer/
Dgetjspandafile_fuzzer.cpp67 OhosPkgArgs pkgArgs; in GetJSPandaFileFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/ohos/
Dohos_pkg_args.h74 std::shared_ptr<OhosPkgArgs> pkgArgs = std::make_shared<OhosPkgArgs>(); in ParseArgs() local
440 …static bool ParseProfilerPath(std::shared_ptr<OhosPkgArgs> &pkgArgs, AotCompilerPreprocessor &preP… in ParseProfilerPath()