Home
last modified time | relevance | path

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

/xnu-8020.101.4/libkdd/tests/
H A DTests.swift1318 let cli_invocation = task.arguments!.reduce(task.launchPath!) {$0 + " " + $1} in testSampleStackshot() variable
1337 let cli_invocation = task.arguments!.reduce(task.launchPath!) {$0 + " " + $1} in testSampleStackshot() variable