Home
last modified time | relevance | path

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

/xnu-8020.101.4/libkdd/tests/
H A DTests.swift1311 let kcdatapy = Bundle(for: self.classForCoder).path(forResource: "kcdata.py", ofType: nil) in testSampleStackshot() variable
1314 task.launchPath = kcdatapy in testSampleStackshot()
1334 task.arguments = [kcdatapy!] + pyargs in testSampleStackshot()