Home
last modified time | relevance | path

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

/expo/packages/@expo/config-plugins/src/plugins/
H A DwithAndroidBaseMods.ts106 getFilePath() {
118 getFilePath({ modRequest: { platformProjectRoot } }) {
141 getFilePath({ modRequest: { platformProjectRoot } }) {
164 async getFilePath({ modRequest: { projectRoot, introspect } }) {
194 async getFilePath({ modRequest: { projectRoot, introspect } }) {
224 async getFilePath({ modRequest: { projectRoot, introspect } }) {
294 getFilePath({ modRequest: { projectRoot } }) {
306 getFilePath({ modRequest: { projectRoot } }) {
318 getFilePath({ modRequest: { projectRoot } }) {
330 getFilePath({ modRequest: { projectRoot } }) {
[all …]
H A DwithIosBaseMods.ts57 getFilePath() {
67 getFilePath({ modRequest: { projectRoot } }) {
81 getFilePath({ modRequest: { platformProjectRoot, projectName } }) {
104 getFilePath({ modRequest: { projectRoot } }) {
119 async getFilePath(config) {
208 async getFilePath(config) {
273 getFilePath({ modRequest: { platformProjectRoot } }) {
H A DcreateBaseMod.ts21 getFilePath: (config: ExportedConfigWithProps<ModType>, props: Props) => Promise<string> | string;
57 getFilePath,
78 const filePath = await getFilePath(results, props);
/expo/packages/@expo/cli/src/utils/
H A DdownloadExpoGoAsync.ts21 getFilePath: (filename: string) => string;
26 getFilePath: (filename) =>
32 getFilePath: (filename) =>
80 const { getFilePath, versionsKey, shouldExtractResults } = platformSettings[platform]; constant
107 const outputPath = getFilePath(filename);
/expo/packages/@expo/config-plugins/build/plugins/
H A DwithAndroidBaseMods.js141 getFilePath() { method
155 getFilePath({ method
185 getFilePath({ method
215 async getFilePath({ method
259 async getFilePath({ method
307 async getFilePath({ method
408 getFilePath({ method
427 getFilePath({ method
446 getFilePath({ method
465 getFilePath({ method
[all …]
H A DwithIosBaseMods.js145 getFilePath() { method
155 getFilePath({ method
177 getFilePath({ method
214 getFilePath({ method
235 async getFilePath(config) { method
314 async getFilePath(config) { method
373 getFilePath({ method
H A DcreateBaseMod.d.ts5getFilePath: (config: ExportedConfigWithProps<ModType>, props: Props) => Promise<string> | string;
21 …ModOptions = ForwardedBaseModOptions>({ methodName, platform, modName, getFilePath, read, write, i…
H A DcreateBaseMod.js31 getFilePath,
58 const filePath = await getFilePath(results, props);
H A DwithAndroidBaseMods.js.map1getFilePath","read","filePath","modResults","write","isIntrospective","modRequest","platformProjec…
H A DcreateBaseMod.js.map1getFilePath","read","write","isIntrospective","withUnknown","config","_props","_props$skipEmptyMod…
H A DwithIosBaseMods.js.map1getFilePath","read","write","appDelegate","modRequest","projectRoot","Paths","getAppDelegateFilePa…
/expo/packages/@expo/cli/src/api/user/__tests__/
H A DUserSettings-test.ts53 await fs.mkdirp(path.dirname(UserSettings.getFilePath()));
54 await fs.writeJSON(UserSettings.getFilePath(), { auth: authStub });
62 expect(await fs.pathExists(UserSettings.getFilePath())).toBeTruthy();
67 expect(await fs.readJSON(UserSettings.getFilePath())).toMatchObject({ auth: authStub });
/expo/packages/@expo/cli/src/api/user/
H A DUserSettings.ts28 function getFilePath(): string { function
33 return new JsonFile<UserSettingsData>(getFilePath(), {
80 getFilePath,
/expo/packages/expo-test-runner/build/
H A DConfigReader.d.ts6 static getFilePath(path: string | undefined): string;
H A DConfigReader.js12 static getFilePath(path) { method in ConfigReader
H A DConfigReader.js.map1 …): Config {\n return require(this.path) as Config;\n }\n\n static getFilePath(path: string | …
H A DregisterCommand.js61 providedOptions.configFile = ConfigReader_1.default.getFilePath(providedOptions.configFile);
H A DregisterCommand.js.map1 … tempy.directory();\n\n providedOptions.configFile = ConfigReader.getFilePath(providedOptions…
/expo/packages/expo-test-runner/src/
H A DConfigReader.ts12 static getFilePath(path: string | undefined): string { method in ConfigReader
H A DregisterCommand.ts51 providedOptions.configFile = ConfigReader.getFilePath(providedOptions.configFile);
/expo/packages/@expo/config-plugins/src/plugins/__tests__/
H A DwithIosBaseMods-test.ts32 getFilePath() {
200 getFilePath() {
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/
H A DwithIosSplashScreenStoryboard.ts39 async getFilePath({ modRequest }) {
/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-splash-screen/
H A DwithIosSplashScreenStoryboard.js75 async getFilePath({ method
H A DwithIosSplashScreenStoryboard.js.map1getFilePath","modRequest","join","platformProjectRoot","projectName","read","filePath","contents",…
/expo/docs/pages/config-plugins/
H A Ddevelopment-and-debugging.mdx587 getFilePath({ modRequest: { projectRoot } }) {