Searched refs:apFileNames (Results 1 – 2 of 2) sorted by relevance
34 arg_list_t apFileNames = base::StringHelper::SplitString(inFiles, GetFileDelimiter()); in MergeApFiles() local43 for (const auto &fileName : apFileNames) { in MergeApFiles()
438 …arg_list_t apFileNames = base::StringHelper::SplitString(cOptions.profilerIn_, GetFileDelimiter()); in ParseProfilerPath() local439 ASSERT(!apFileNames.empty()); in ParseProfilerPath()441 pkgArgs->SetPgoDir(ResolveDirPath(apFileNames.at(0))); in ParseProfilerPath()