Home
last modified time | relevance | path

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

12

/expo/packages/expo-file-system/ios/
H A DEXFileSystem.h13 @property (nonatomic, readonly) NSString *bundleDirectory;
15 …tDirectory cachesDirectory:(NSString *)cachesDirectory bundleDirectory:(NSString *)bundleDirectory;
H A DEXFilePermissionModule.m42 NSString *bundleDirectory = fileSystem.bundleDirectory;
43 if (bundleDirectory != nil && [path hasPrefix:[bundleDirectory stringByAppendingString:@"/"]]) {
H A DEXFileSystem.m49 @property (nonatomic, strong) NSString *bundleDirectory; property
67 …ntDirectory cachesDirectory:(NSString *)cachesDirectory bundleDirectory:(NSString *)bundleDirectory
72 _bundleDirectory = bundleDirectory;
92 bundleDirectory:[NSBundle mainBundle].bundlePath];
110 …@"bundleDirectory": _bundleDirectory ? [NSURL fileURLWithPath:_bundleDirectory].absoluteString : […
/expo/ios/versioned/sdk47/EXFileSystem/EXFileSystem/
H A DABI47_0_0EXFilePermissionModule.m42 NSString *bundleDirectory = fileSystem.bundleDirectory;
43 if (bundleDirectory != nil && [path hasPrefix:[bundleDirectory stringByAppendingString:@"/"]]) {
H A DABI47_0_0EXFileSystem.h13 @property (nonatomic, readonly) NSString *bundleDirectory;
15 …tDirectory cachesDirectory:(NSString *)cachesDirectory bundleDirectory:(NSString *)bundleDirectory;
/expo/ios/versioned/sdk49/EXFileSystem/EXFileSystem/
H A DABI49_0_0EXFilePermissionModule.m42 NSString *bundleDirectory = fileSystem.bundleDirectory;
43 if (bundleDirectory != nil && [path hasPrefix:[bundleDirectory stringByAppendingString:@"/"]]) {
H A DABI49_0_0EXFileSystem.h13 @property (nonatomic, readonly) NSString *bundleDirectory;
15 …tDirectory cachesDirectory:(NSString *)cachesDirectory bundleDirectory:(NSString *)bundleDirectory;
/expo/ios/versioned/sdk48/EXFileSystem/EXFileSystem/
H A DABI48_0_0EXFilePermissionModule.m42 NSString *bundleDirectory = fileSystem.bundleDirectory;
43 if (bundleDirectory != nil && [path hasPrefix:[bundleDirectory stringByAppendingString:@"/"]]) {
H A DABI48_0_0EXFileSystem.h13 @property (nonatomic, readonly) NSString *bundleDirectory;
15 …tDirectory cachesDirectory:(NSString *)cachesDirectory bundleDirectory:(NSString *)bundleDirectory;
/expo/packages/expo-file-system/src/
H A DExponentFileSystemShim.ts16 get bundleDirectory(): string | null {
H A Dtypes.ts8 readonly bundleDirectory: string | null; property
/expo/packages/expo-file-system/build/
H A DExponentFileSystemShim.js14 get bundleDirectory() { getter
H A Dtypes.d.ts7 readonly bundleDirectory: string | null; property
H A Dtypes.js.map1 …string | null;\n readonly bundledAssets: string | null;\n readonly bundleDirectory: string | nul…
H A DExponentFileSystemShim.js.map1 … get bundledAssets(): string | null {\n return null;\n },\n get bundleDirectory(): string | n…
H A DFileSystem.d.ts14 export declare const bundledAssets: string | null, bundleDirectory: string | null; constant
/expo/packages/expo-asset/src/
H A DLocalAssets.ts34 return `${FileSystem.bundleDirectory}${assetName}`;
/expo/packages/expo-modules-core/ios/Interfaces/FileSystem/
H A DEXFileSystemInterface.h16 @property (nonatomic, readonly) NSString *bundleDirectory;
/expo/ios/versioned/sdk47/ExpoModulesCore/ios/Interfaces/FileSystem/
H A DABI47_0_0EXFileSystemInterface.h16 @property (nonatomic, readonly) NSString *bundleDirectory;
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/Interfaces/FileSystem/
H A DABI48_0_0EXFileSystemInterface.h16 @property (nonatomic, readonly) NSString *bundleDirectory;
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Interfaces/FileSystem/
H A DABI49_0_0EXFileSystemInterface.h16 @property (nonatomic, readonly) NSString *bundleDirectory;
/expo/packages/expo-asset/build/
H A DLocalAssets.js29 return `${FileSystem.bundleDirectory}${assetName}`;
H A DLocalAssets.js.map1 …tName)) {\n return null;\n }\n return `${FileSystem.bundleDirectory}${assetName}`…
/expo/packages/expo-asset/src/__tests__/
H A DLocalAssets-test.native.ts15 bundleDirectory:
H A DAsset-test.ts7 bundleDirectory: 'file:///Expo.app/',

12