Home
last modified time | relevance | path

Searched refs:apFileNames (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_manager.cpp34 arg_list_t apFileNames = base::StringHelper::SplitString(inFiles, GetFileDelimiter()); in MergeApFiles() local
43 for (const auto &fileName : apFileNames) { in MergeApFiles()
/arkcompiler/ets_runtime/ecmascript/ohos/
Dohos_pkg_args.h438 …arg_list_t apFileNames = base::StringHelper::SplitString(cOptions.profilerIn_, GetFileDelimiter()); in ParseProfilerPath() local
439 ASSERT(!apFileNames.empty()); in ParseProfilerPath()
441 pkgArgs->SetPgoDir(ResolveDirPath(apFileNames.at(0))); in ParseProfilerPath()