Home
last modified time | relevance | path

Searched refs:workingDir (Results 1 – 10 of 10) sorted by relevance

/expo/packages/expo-updates/e2e/setup/
H A Dcreate-eas-project.js6 const workingDir = path.resolve(repoRoot, '..'); constant
24 const projectRoot = process.env.TEST_PROJECT_ROOT || path.join(workingDir, 'updates-e2e');
H A Dcreate-eas-project-tv.js6 const workingDir = path.resolve(repoRoot, '..'); constant
24 const projectRoot = process.env.TEST_PROJECT_ROOT || path.join(workingDir, 'updates-e2e');
H A Dcreate-updates-test.js6 const workingDir = path.resolve(repoRoot, '..'); constant
47 const projectRoot = process.env.TEST_PROJECT_ROOT || path.join(workingDir, 'updates-e2e');
H A Dproject.js430 const workingDir = path.dirname(projectRoot);
460 cwd: workingDir,
/expo/packages/@expo/cli/src/run/ios/appleDevice/client/
H A DDebugserverClient.ts26 async setWorkingDir(workingDir: string) {
27 return this.sendCommand('QSetWorkingDir:', [workingDir]);
/expo/packages/expo-updates/expo-updates-gradle-plugin/src/main/kotlin/expo/modules/updates/
H A DExpoUpdatesPlugin.kt83 it.workingDir(projectRoot) in <lambda>()
96 it.workingDir(projectRoot.get()) in <lambda>()
/expo/packages/expo-updates/
H A Dexpo-updates.gradle48 workingDir projectRoot
/expo/packages/expo-constants/scripts/
H A Dget-app-config-android.gradle37 workingDir projectRoot
/expo/android/expoview/
H A Dbuild.gradle161 workingDir '../../bin'
180 workingDir '../../bin'
/expo/apps/bare-expo/android/app/
H A Dbuild.gradle186 workingDir '../..'