Home
last modified time | relevance | path

Searched refs:Paths (Results 1 – 25 of 87) sorted by relevance

1234

/expo/packages/@expo/config-plugins/build/plugins/
H A DwithAndroidBaseMods.d.ts3 import { Manifest, Paths, Properties, Resources } from '../android';
14 …projectBuildGradle: import("./createBaseMod").BaseModProviderMethods<Paths.GradleProjectFile, Part…
15 …settingsGradle: import("./createBaseMod").BaseModProviderMethods<Paths.GradleProjectFile, Partial<…
16 …appBuildGradle: import("./createBaseMod").BaseModProviderMethods<Paths.GradleProjectFile, Partial<…
17 …mainActivity: import("./createBaseMod").BaseModProviderMethods<Paths.ApplicationProjectFile, Parti…
18 …mainApplication: import("./createBaseMod").BaseModProviderMethods<Paths.ApplicationProjectFile, Pa…
32 …projectBuildGradle: import("./createBaseMod").BaseModProviderMethods<Paths.GradleProjectFile, Part…
33 …settingsGradle: import("./createBaseMod").BaseModProviderMethods<Paths.GradleProjectFile, Partial<…
34 …appBuildGradle: import("./createBaseMod").BaseModProviderMethods<Paths.GradleProjectFile, Partial<…
35 …mainActivity: import("./createBaseMod").BaseModProviderMethods<Paths.ApplicationProjectFile, Parti…
[all …]
H A Dandroid-plugins.d.ts2 import { Manifest, Paths, Properties, Resources } from '../android';
53 export declare const withMainActivity: ConfigPlugin<Mod<Paths.ApplicationProjectFile>>;
60 export declare const withMainApplication: ConfigPlugin<Mod<Paths.ApplicationProjectFile>>;
67 export declare const withProjectBuildGradle: ConfigPlugin<Mod<Paths.GradleProjectFile>>;
74 export declare const withAppBuildGradle: ConfigPlugin<Mod<Paths.GradleProjectFile>>;
81 export declare const withSettingsGradle: ConfigPlugin<Mod<Paths.GradleProjectFile>>;
H A DwithAndroidBaseMods.js413 return _android().Paths.getProjectBuildGradleFilePath(projectRoot);
416 return _android().Paths.getFileInfo(filePath);
432 return _android().Paths.getSettingsGradleFilePath(projectRoot);
435 return _android().Paths.getFileInfo(filePath);
451 return _android().Paths.getAppBuildGradleFilePath(projectRoot);
454 return _android().Paths.getFileInfo(filePath);
470 return _android().Paths.getProjectFilePath(projectRoot, 'MainActivity');
473 return _android().Paths.getFileInfo(filePath);
489 return _android().Paths.getProjectFilePath(projectRoot, 'MainApplication');
492 return _android().Paths.getFileInfo(filePath);
H A DwithIosBaseMods.d.ts5 import { Paths } from '../ios';
9 …appDelegate: import("./createBaseMod").BaseModProviderMethods<Paths.AppDelegateProjectFile, Partia…
22 …appDelegate: import("./createBaseMod").BaseModProviderMethods<Paths.AppDelegateProjectFile, Partia…
/expo/packages/@expo/config-plugins/src/plugins/
H A DwithAndroidBaseMods.ts293 projectBuildGradle: provider<Paths.GradleProjectFile>({
298 return Paths.getFileInfo(filePath);
305 settingsGradle: provider<Paths.GradleProjectFile>({
307 return Paths.getSettingsGradleFilePath(projectRoot);
310 return Paths.getFileInfo(filePath);
317 appBuildGradle: provider<Paths.GradleProjectFile>({
319 return Paths.getAppBuildGradleFilePath(projectRoot);
322 return Paths.getFileInfo(filePath);
329 mainActivity: provider<Paths.ApplicationProjectFile>({
334 return Paths.getFileInfo(filePath);
[all …]
H A Dandroid-plugins.ts3 import { Manifest, Paths, Properties, Resources } from '../android';
130 export const withMainActivity: ConfigPlugin<Mod<Paths.ApplicationProjectFile>> = (
147 export const withMainApplication: ConfigPlugin<Mod<Paths.ApplicationProjectFile>> = (
164 export const withProjectBuildGradle: ConfigPlugin<Mod<Paths.GradleProjectFile>> = (
181 export const withAppBuildGradle: ConfigPlugin<Mod<Paths.GradleProjectFile>> = (config, action) => {
195 export const withSettingsGradle: ConfigPlugin<Mod<Paths.GradleProjectFile>> = (config, action) => {
H A DwithIosBaseMods.ts10 import { Entitlements, Paths } from '../ios';
66 appDelegate: provider<Paths.AppDelegateProjectFile>({
69 return Paths.getAppDelegateFilePath(projectRoot);
72 return Paths.getFileInfo(filePath);
105 return Paths.getPBXProjectPath(projectRoot);
153 return await Paths.getInfoPlistPath(config.modRequest.projectRoot);
/expo/packages/@expo/cli/src/prebuild/
H A DclearNativeFolder.ts43 AndroidConfig.Paths.getAppBuildGradleAsync(projectRoot),
44 AndroidConfig.Paths.getProjectBuildGradleAsync(projectRoot),
45 AndroidConfig.Paths.getAndroidManifestAsync(projectRoot),
46 AndroidConfig.Paths.getMainApplicationAsync(projectRoot),
59 IOSConfig.Paths.getAllXcodeProjectPaths(projectRoot),
60 IOSConfig.Paths.getAllPBXProjectPaths(projectRoot),
/expo/packages/expo-modules-core/android/src/main/java/expo/modules/kotlin/types/io/
H A DPathTypeConverter.kt8 import java.nio.file.Paths
13 return Paths.get(stringPath) in convertFromDynamic()
18 return Paths.get(stringPath) in convertFromAny()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/kotlin/types/io/
H A DPathTypeConverter.kt8 import java.nio.file.Paths
13 return Paths.get(stringPath) in convertFromDynamic()
18 return Paths.get(stringPath) in convertFromAny()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/kotlin/types/io/
H A DPathTypeConverter.kt8 import java.nio.file.Paths
13 return Paths.get(stringPath) in convertFromDynamic()
18 return Paths.get(stringPath) in convertFromAny()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/kotlin/types/io/
H A DPathTypeConverter.kt8 import java.nio.file.Paths
13 return Paths.get(stringPath) in convertFromDynamic()
18 return Paths.get(stringPath) in convertFromAny()
/expo/packages/@expo/config-plugins/src/android/
H A DEasBuild.ts5 import * as Paths from './Paths';
24 const buildGradlePath = Paths.getAppBuildGradleFilePath(projectRoot);
42 const buildGradlePath = Paths.getAppBuildGradleFilePath(projectRoot);
H A Dindex.ts12 import * as Paths from './Paths';
25 export { Manifest, Colors, Paths, Permissions, Properties, Resources, Scheme, Strings, Styles };
/expo/packages/expo-test-runner/build/
H A DPaths.js.map1 {"version":3,"file":"Paths.js","sourceRoot":"","sources":["../src/Paths.ts"],"names":[],"mappings":…
/expo/android/
H A Dversioning_linking.gradle1 import java.nio.file.Paths
12 def vendoredRoot = Paths.get(rootDir.toString(), 'vendored', sdkVersion).toString()
27 def vendoredRoot = Paths.get(rootDir.toString(), 'vendored', sdkVersion).toString()
/expo/packages/@expo/cli/src/start/platforms/ios/__tests__/
H A DAppleAppIdResolver-test.ts12 Paths: {
33 asMock(IOSConfig.Paths.getAllPBXProjectPaths).mockReturnValueOnce(['/path/to/file']);
38 asMock(IOSConfig.Paths.getAllPBXProjectPaths).mockImplementationOnce(() => {
/expo/packages/@expo/config-plugins/build/android/
H A Dindex.d.ts12 import * as Paths from './Paths';
24 export { Manifest, Colors, Paths, Permissions, Properties, Resources, Scheme, Strings, Styles };
H A DEasBuild.js30 function Paths() { class
32 Paths = function () { class in Paths
50 const buildGradlePath = Paths().getAppBuildGradleFilePath(projectRoot);
60 const buildGradlePath = Paths().getAppBuildGradleFilePath(projectRoot);
H A Dindex.js6 …exports.Properties = exports.PrimaryColor = exports.Permissions = exports.Paths = exports.Package …
150 function Paths() { class
152 Paths = function () { class in Paths
160 return Paths();
/expo/packages/@expo/config-plugins/src/ios/
H A Dindex.ts13 import * as Paths from './Paths';
29 export { InfoPlist, ExpoPlist, Entitlements, Paths, Permissions, XcodeUtils };
/expo/packages/@expo/cli/src/start/platforms/android/
H A DAndroidAppIdResolver.ts17 await AndroidConfig.Paths.getProjectPathOrThrowAsync(this.projectRoot);
34 const filePath = await AndroidConfig.Paths.getAndroidManifestAsync(this.projectRoot);
/expo/packages/@expo/config-plugins/build/ios/
H A Dindex.d.ts13 import * as Paths from './Paths';
25 export { InfoPlist, ExpoPlist, Entitlements, Paths, Permissions, XcodeUtils };
/expo/packages/@expo/cli/src/start/platforms/ios/
H A DAppleAppIdResolver.ts19 return !!IOSConfig.Paths.getAllPBXProjectPaths(this.projectRoot).length;
39 const infoPlistPath = IOSConfig.Paths.getInfoPlistPath(this.projectRoot);
/expo/packages/@expo/cli/src/utils/tsconfig/
H A DresolveWithTsConfigPaths.ts6 type Paths = { [match: string]: string[] }; alias
13 config: { paths: Paths; baseUrl: string },

1234