Searched refs:getRoot (Results 1 – 13 of 13) sorted by relevance
6 import { execute, projectRoot, getRoot, getLoadedModulesAsync } from './utils';58 const projectRoot = getRoot(projectName);
13 getRoot,97 const projectRoot = getRoot(projectName);
29 export function getRoot(...args: string[]) { function
33 function getRoot(...args: string[]) { function47 const projectRoot = getRoot(projectName);89 const projectRoot = getRoot(projectName);231 const projectRoot = getRoot(projectName);261 expect(fs.existsSync(getRoot(projectName, 'package.json'))).toBeFalsy();
19 function getRoot(...args) { function255 const projectRoot = getRoot('cocoapods-detect-pods');301 const projectRoot = getRoot('cocoapods-detect-available');
53 SkSVGSVG* getRoot() const { return fRoot.get(); } in getRoot() function