Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_command.cpp329 std::string copyApResult = ""; in RunAsCopyApCommand() local
330 copyApResult = CopyAp(bundleName, isAllBundle); in RunAsCopyApCommand()
331 if (copyApResult.empty() || (copyApResult == "")) { in RunAsCopyApCommand()
332 copyApResult = "parameters may be wrong\n"; in RunAsCopyApCommand()
334 resultReceiver_.append(copyApResult); in RunAsCopyApCommand()
1948 for (const auto &copyApResult : copyApResults) { in CopyAp()
1950 result.append(copyApResult); in CopyAp()

Completed in 4 milliseconds