Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A 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/
H A Dohos_pkg_args.h421 arg_list_t apFileNames = base::StringHelper::SplitString(cOptions.profilerIn_, GetFileDelimiter()); in ParseProfilerPath() local
422 ASSERT(!apFileNames.empty()); in ParseProfilerPath()
424 pkgArgs->SetPgoDir(ResolveDirPath(apFileNames.at(0))); in ParseProfilerPath()

Completed in 2 milliseconds