Searched refs:getDirectoryOfProcessById (Results 1 – 2 of 2) sorted by relevance
3 import { getDirectoryOfProcessById, getPID } from '../getRunningProcess';15 describe(getDirectoryOfProcessById, () => {18 const directory = getDirectoryOfProcessById(63828);
47 export function getDirectoryOfProcessById(processId: number): string { function71 const directory = getDirectoryOfProcessById(pid);