Searched refs:containerPath (Results 1 – 2 of 2) sorted by relevance
290 const containerPath = await getContainerPathAsync({ udid }, { appId: bundleIdentifier }); constant292 if (containerPath) {293 return getImageNameFromContainerPath(containerPath);
96 const containerPath = await getContainerPathAsync(device, { appId }); constant97 if (containerPath) {99 const { output } = await spawnAsync('defaults', ['read', `${containerPath}/Info`, key], {