Home
last modified time | relevance | path

Searched refs:assetPath (Results 1 – 14 of 14) sorted by relevance

/expo/packages/expo-asset/tools/
H A DhashAssetFiles.js24 const assetPath = assetPathQueryParameter[2];
26 assetPath,
27 encodeURIComponent(assetPath)
/expo/packages/@expo/cli/src/export/
H A Dfavicon.ts33 const assetPath = path.join(outputDir, asset.path); constant
34 debug('Writing asset to disk: ' + assetPath);
35 return fs.promises.writeFile(assetPath, asset.source);
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/
H A DwithIosSplashAssets.ts83 assetPath: imageSetPath,
215 assetPath: path.resolve(iosNamedProjectRoot, BACKGROUND_IMAGESET_PATH),
306 assetPath,
312 assetPath: string;
320 debug(`create contents.json:`, assetPath);
322 await writeContentsJsonAsync(assetPath, { images });
/expo/packages/@expo/prebuild-config/src/plugins/icons/
H A DwithIosIcons.ts100 const assetPath = join(iosNamedProjectRoot, IMAGESET_PATH, filename); constant
101 await fs.writeFile(assetPath, source);
/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-splash-screen/
H A DwithIosSplashAssets.js113 assetPath: imageSetPath, property
210 assetPath: path().resolve(iosNamedProjectRoot, BACKGROUND_IMAGESET_PATH), property
277 assetPath, field
289 debug(`create contents.json:`, assetPath);
291 await (0, _AssetContents().writeContentsJsonAsync)(assetPath, {
H A DwithIosSplashAssets.js.map1assetPath","copyImageFiles","createPngFileAsync","color","filePath","png","Jimp","writeAsync","cre…
/expo/packages/@expo/prebuild-config/build/plugins/icons/
H A DwithIosIcons.js131 const assetPath = (0, _path().join)(iosNamedProjectRoot, IMAGESET_PATH, filename);
132 await fs().writeFile(assetPath, source);
H A DwithIosIcons.js.map1assetPath","writeFile","idiom"],"sources":["../../../src/plugins/icons/withIosIcons.ts"],"sourcesC…
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/medialibrary/
H A DMediaLibraryUtils.kt162 val assetPath = assets.getString(data) in <lambda>() constant
166 assetPath, in <lambda>()
171 throw AssetFileException("Path $assetPath does not exist or isn't file.") in <lambda>()
/expo/packages/expo-media-library/android/src/main/java/expo/modules/medialibrary/
H A DMediaLibraryUtils.kt162 val assetPath = assets.getString(data) in <lambda>() constant
166 assetPath, in <lambda>()
171 throw AssetFileException("Path $assetPath does not exist or isn't file.") in <lambda>()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/medialibrary/
H A DMediaLibraryUtils.kt162 val assetPath = assets.getString(data) in <lambda>() constant
166 assetPath, in <lambda>()
171 throw AssetFileException("Path $assetPath does not exist or isn't file.") in <lambda>()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/medialibrary/
H A DMediaLibraryUtils.kt170 val assetPath = assets.getString(assets.getColumnIndex(MediaStore.Images.Media.DATA)) in <lambda>() constant
172 assetPath, in <lambda>()
177 maybePromise.reject(ERROR_UNABLE_TO_LOAD, "Path $assetPath does not exist or isn't file.") in <lambda>()
/expo/packages/@expo/cli/src/start/server/middleware/
H A DresolveAssets.ts81 resolver: (assetPath: string) => Promise<string>;
/expo/packages/@expo/cli/ts-declarations/metro/
H A Dindex.d.ts183 assetPath: string,