Home
last modified time | relevance | path

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

/development/bench-flame-diff/app/src/main/kotlin/bench/flame/diff/interop/
DShell.kt26 internal class Shell(private val cwd: Path) { constant in bench.flame.diff.interop.Shell
/development/file-utils/
Ddiff-filterer.py159 def __init__(self, commandText, cwd): argument