| /expo/packages/expo-file-system/ios/ |
| H A D | EXFileSystem.h | 13 @property (nonatomic, readonly) NSString *bundleDirectory; 15 …tDirectory cachesDirectory:(NSString *)cachesDirectory bundleDirectory:(NSString *)bundleDirectory;
|
| H A D | EXFilePermissionModule.m | 42 NSString *bundleDirectory = fileSystem.bundleDirectory; 43 if (bundleDirectory != nil && [path hasPrefix:[bundleDirectory stringByAppendingString:@"/"]]) {
|
| H A D | EXFileSystem.m | 49 @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 D | ABI47_0_0EXFilePermissionModule.m | 42 NSString *bundleDirectory = fileSystem.bundleDirectory; 43 if (bundleDirectory != nil && [path hasPrefix:[bundleDirectory stringByAppendingString:@"/"]]) {
|
| H A D | ABI47_0_0EXFileSystem.h | 13 @property (nonatomic, readonly) NSString *bundleDirectory; 15 …tDirectory cachesDirectory:(NSString *)cachesDirectory bundleDirectory:(NSString *)bundleDirectory;
|
| /expo/ios/versioned/sdk49/EXFileSystem/EXFileSystem/ |
| H A D | ABI49_0_0EXFilePermissionModule.m | 42 NSString *bundleDirectory = fileSystem.bundleDirectory; 43 if (bundleDirectory != nil && [path hasPrefix:[bundleDirectory stringByAppendingString:@"/"]]) {
|
| H A D | ABI49_0_0EXFileSystem.h | 13 @property (nonatomic, readonly) NSString *bundleDirectory; 15 …tDirectory cachesDirectory:(NSString *)cachesDirectory bundleDirectory:(NSString *)bundleDirectory;
|
| /expo/ios/versioned/sdk48/EXFileSystem/EXFileSystem/ |
| H A D | ABI48_0_0EXFilePermissionModule.m | 42 NSString *bundleDirectory = fileSystem.bundleDirectory; 43 if (bundleDirectory != nil && [path hasPrefix:[bundleDirectory stringByAppendingString:@"/"]]) {
|
| H A D | ABI48_0_0EXFileSystem.h | 13 @property (nonatomic, readonly) NSString *bundleDirectory; 15 …tDirectory cachesDirectory:(NSString *)cachesDirectory bundleDirectory:(NSString *)bundleDirectory;
|
| /expo/packages/expo-file-system/src/ |
| H A D | ExponentFileSystemShim.ts | 16 get bundleDirectory(): string | null {
|
| H A D | types.ts | 8 readonly bundleDirectory: string | null; property
|
| /expo/packages/expo-file-system/build/ |
| H A D | ExponentFileSystemShim.js | 14 get bundleDirectory() { getter
|
| H A D | types.d.ts | 7 readonly bundleDirectory: string | null; property
|
| H A D | types.js.map | 1 …string | null;\n readonly bundledAssets: string | null;\n readonly bundleDirectory: string | nul…
|
| H A D | ExponentFileSystemShim.js.map | 1 … get bundledAssets(): string | null {\n return null;\n },\n get bundleDirectory(): string | n…
|
| H A D | FileSystem.d.ts | 14 export declare const bundledAssets: string | null, bundleDirectory: string | null; constant
|
| /expo/packages/expo-asset/src/ |
| H A D | LocalAssets.ts | 34 return `${FileSystem.bundleDirectory}${assetName}`;
|
| /expo/packages/expo-modules-core/ios/Interfaces/FileSystem/ |
| H A D | EXFileSystemInterface.h | 16 @property (nonatomic, readonly) NSString *bundleDirectory;
|
| /expo/ios/versioned/sdk47/ExpoModulesCore/ios/Interfaces/FileSystem/ |
| H A D | ABI47_0_0EXFileSystemInterface.h | 16 @property (nonatomic, readonly) NSString *bundleDirectory;
|
| /expo/ios/versioned/sdk48/ExpoModulesCore/ios/Interfaces/FileSystem/ |
| H A D | ABI48_0_0EXFileSystemInterface.h | 16 @property (nonatomic, readonly) NSString *bundleDirectory;
|
| /expo/ios/versioned/sdk49/ExpoModulesCore/ios/Interfaces/FileSystem/ |
| H A D | ABI49_0_0EXFileSystemInterface.h | 16 @property (nonatomic, readonly) NSString *bundleDirectory;
|
| /expo/packages/expo-asset/build/ |
| H A D | LocalAssets.js | 29 return `${FileSystem.bundleDirectory}${assetName}`;
|
| H A D | LocalAssets.js.map | 1 …tName)) {\n return null;\n }\n return `${FileSystem.bundleDirectory}${assetName}`…
|
| /expo/packages/expo-asset/src/__tests__/ |
| H A D | LocalAssets-test.native.ts | 15 bundleDirectory:
|
| H A D | Asset-test.ts | 7 bundleDirectory: 'file:///Expo.app/',
|