Home
last modified time | relevance | path

Searched refs:sourceDir (Results 1 – 18 of 18) sorted by relevance

/expo/packages/expo-modules-autolinking/src/platforms/
H A Dandroid.ts57 sourceDir: path.dirname(gradleFilePath),
62 ({ id, group, sourceDir }) => ({
65 sourceDir: path.join(revision.path, sourceDir),
134 flattenedSourceDirList.push(project.sourceDir);
139 flattenedSourceDirList.map(async (sourceDir) => {
141 cwd: sourceDir,
145 const fileContent = await fs.readFile(path.join(sourceDir, file), 'utf8');
/expo/packages/expo-modules-autolinking/build/platforms/
H A Dandroid.js44 sourceDir: path_1.default.dirname(gradleFilePath),
47 …const plugins = (revision.config?.androidGradlePlugins() ?? []).map(({ id, group, sourceDir }) => …
50 sourceDir: path_1.default.join(revision.path, sourceDir),
107 flattenedSourceDirList.push(project.sourceDir);
110 await Promise.all(flattenedSourceDirList.map(async (sourceDir) => {
112 cwd: sourceDir,
115 …const fileContent = await fs_extra_1.default.readFile(path_1.default.join(sourceDir, file), 'utf8'…
H A Dandroid.js.map1sourceDir: path.dirname(gradleFilePath),\n };\n });\n\n const plugins = (revision.config?.and…
/expo/packages/expo-modules-autolinking/src/
H A Dtypes.ts46 sourceDir: string; property
51 sourceDir: string; property
92 sourceDir: string; property
/expo/packages/expo-modules-autolinking/build/
H A Dtypes.d.ts35 sourceDir: string; property
39 sourceDir: string; property
74 sourceDir: string; property
H A Dtypes.js.map1sourceDir: string;\n}\n\nexport interface ModuleAndroidPluginInfo {\n id: string;\n sourceDir: s…
/expo/packages/expo-modules-autolinking/src/platforms/__tests__/
H A Dandroid-test.ts31 sourceDir: 'node_modules/react-native-third-party/android',
54 sourceDir: 'node_modules/react-native-third-party/android',
58 sourceDir: 'node_modules/react-native-third-party/subproject',
/expo/packages/@expo/fingerprint/src/sourcer/__tests__/__snapshots__/
H A DExpo-test.ts.snap62sourceDir":"node_modules/expo/android"}],"modules":[]},{"packageName":"expo-application","packageV…
H A DBare-test.ts.snap13 …NReanimated.podspec","configurations":[],"scriptPhases":[]},"android":{"sourceDir":"../../node_mod…
/expo/packages/@expo/fingerprint/e2e/__tests__/__snapshots__/
H A Dmanaged-test.ts.snap62sourceDir":"node_modules/expo/android"}],"modules":[]},{"packageName":"expo-application","packageV…
185 …s/expo/Expo.podspec","configurations":[],"scriptPhases":[]},"android":{"sourceDir":"node_modules/e…
/expo/packages/expo-modules-autolinking/e2e/__tests__/__snapshots__/
H A Dmonorepo-test.ts.snap233 "sourceDir": "monorepo/node_modules/@unimodules/core/android",
245 "sourceDir": "monorepo/node_modules/expo-application/android",
257 "sourceDir": "monorepo/node_modules/expo-constants/android",
293 "sourceDir": "monorepo/node_modules/expo-font/android",
317 "sourceDir": "monorepo/node_modules/expo-keep-awake/android",
377 "sourceDir": "monorepo/node_modules/expo-updates/android",
765 "sourceDir": "monorepo/node_modules/expo-constants/android",
801 "sourceDir": "monorepo/node_modules/expo-font/android",
885 "sourceDir": "monorepo/node_modules/expo-updates/android",
1285 "sourceDir": "monorepo/node_modules/expo-device/android",
[all …]
/expo/tools/src/commands/
H A DAndroidBuildPackages.ts19 sourceDir: string;
41 sourceDir: path.join(ANDROID_DIR, 'ReactAndroid'),
46 sourceDir: path.join(ANDROID_DIR, 'expoview'),
58 sourceDir: path.join(pkg.path, pkg.androidSubdirectory),
66 async function _isPackageUpToDate(sourceDir: string, buildDir: string): Promise<boolean> {
68 const sourceCommits = await _gitLogAsync(sourceDir);
106 pkg.sourceDir,
224 await fs.remove(path.join(pkg.sourceDir, 'build'));
/expo/packages/@expo/fingerprint/src/sourcer/__tests__/
H A DExpo-test.ts271 sourceDir: '/app/node_modules/expo/android',
282 sourceDir: '/app/node_modules/expo-modules-core/android-annotation',
286 sourceDir: '/app/node_modules/expo-modules-core/android',
290 sourceDir: '/app/node_modules/expo-modules-core/android-annotation-processor',
/expo/packages/expo-modules-autolinking/e2e/__tests__/
H A Dmonorepo-test.ts58 sourceDir: removeProjectPath(project.sourceDir),
/expo/tools/src/vendoring/
H A Dlegacy.ts862 sourceDir: string,
866 const fileRelativePath = path.relative(sourceDir, file);
912 const sourceDir = path.join(tmpDir, step.sourceIosPath); constant
926 const objcFiles = await findObjcFilesAsync(sourceDir, step.recursive);
930 await copyFilesAsync(objcFiles, sourceDir, targetDir);
936 const fileRelativePath = path.relative(sourceDir, file);
977 const sourceDir = path.join(tmpDir, step.sourceAndroidPath); constant
1004 const javaFiles = await findAndroidFilesAsync(sourceDir);
1006 await copyFilesAsync(javaFiles, sourceDir, targetDir);
/expo/packages/expo-modules-autolinking/scripts/android/
H A Dautolinking_implementation.gradle11 String sourceDir
15 this.sourceDir = data.sourceDir
28 String sourceDir
33 this.sourceDir = data.sourceDir
216 project(":${moduleProject.name}").projectDir = new File(moduleProject.sourceDir)
219 includeBuild(new File(modulePlugin.sourceDir))
/expo/packages/@expo/fingerprint/src/sourcer/
H A DExpo.ts157 const filePath = path.relative(projectRoot, project.sourceDir);
158 project.sourceDir = filePath; // use relative path for the dir
/expo/packages/@expo/fingerprint/build/sourcer/
H A DExpo.js124 const filePath = path_1.default.relative(projectRoot, project.sourceDir);
125 project.sourceDir = filePath; // use relative path for the dir