Home
last modified time | relevance | path

Searched refs:getPID (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';
7 describe(getPID, () => {
10 const pid = getPID(63828);
/expo/packages/@expo/cli/src/utils/
H A DgetRunningProcess.ts12 export function getPID(port: number): number | null { function
64 const pid = getPID(port);