Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/utils/__tests__/
H A DgetRunningProcess-test.ts3 import { getDirectoryOfProcessById, getPID } from '../getRunningProcess';
15 describe(getDirectoryOfProcessById, () => {
18 const directory = getDirectoryOfProcessById(63828);
/expo/packages/@expo/cli/src/utils/
H A DgetRunningProcess.ts47 export function getDirectoryOfProcessById(processId: number): string { function
71 const directory = getDirectoryOfProcessById(pid);