| /expo/packages/@expo/fingerprint/src/sourcer/ |
| H A D | Utils.ts | 13 const stat = await fs.stat(path.join(projectRoot, filePath)); constant 15 type: stat.isDirectory() ? 'dir' : 'file',
|
| /expo/tools/src/commands/ |
| H A D | AndroidDownloadVersionedAars.ts | 22 const stat = await fs.stat(filePath); constant 23 result = stat.mtime.toUTCString(); 48 const fileSize = (await fs.stat(tmpFilePath)).size;
|
| /expo/packages/@expo/fingerprint/build/sourcer/ |
| H A D | Utils.js | 12 const stat = await promises_1.default.stat(path_1.default.join(projectRoot, filePath)); 14 type: stat.isDirectory() ? 'dir' : 'file',
|
| /expo/packages/@expo/cli/src/utils/ |
| H A D | dir.ts | 12 return (await fs.promises.stat(file).catch(() => null))?.isDirectory() ?? false; 16 return (await fs.promises.stat(file).catch(() => null))?.isFile() ?? false;
|
| /expo/packages/@expo/config-plugins/src/utils/ |
| H A D | modules.ts | 10 return await fs.promises.stat(file);
|
| /expo/packages/@expo/config-plugins/build/utils/ |
| H A D | modules.js.map | 1 …stat","fileExistsAsync","_await$statAsync$isFi","_await$statAsync","isFile","directoryExistsAsync"…
|
| H A D | modules.js | 24 return await _fs().default.promises.stat(file);
|
| /expo/tools/src/prebuilds/ |
| H A D | XcodeProject.ts | 93 const stat = await fs.lstat(path.join(frameworkPath, target)); constant 106 binarySize: stat.size,
|
| /expo/packages/create-expo/src/utils/ |
| H A D | npm.ts | 252 const stat = await fs.promises.stat(path); constant 253 return stat.isFile();
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/jsi/jsi/ |
| H A D | ABI49_0_0jsilib-posix.cpp | 61 struct stat fileInfo; in size()
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/jsi/jsi/ |
| H A D | ABI48_0_0jsilib-posix.cpp | 61 struct stat fileInfo; in size()
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/jsi/jsi/ |
| H A D | ABI47_0_0jsilib-posix.cpp | 61 struct stat fileInfo; in size()
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/cxxreact/ |
| H A D | ABI48_0_0JSBigString.cpp | 92 struct stat fileInfo; in fromPath()
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/cxxreact/ |
| H A D | ABI47_0_0JSBigString.cpp | 92 struct stat fileInfo; in fromPath()
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/cxxreact/ |
| H A D | ABI49_0_0JSBigString.cpp | 92 struct stat fileInfo; in fromPath()
|
| /expo/packages/create-expo-module/src/ |
| H A D | create-expo-module.ts | 193 const stat = await fs.lstat(fullPath); constant 195 if (stat.isDirectory()) {
|
| /expo/tools/src/ |
| H A D | Transforms.ts | 182 const { mode } = await fs.stat(sourcePath);
|
| /expo/packages/create-expo-module/build/ |
| H A D | create-expo-module.js | 153 const stat = await fs_extra_1.default.lstat(fullPath); 154 if (stat.isDirectory()) {
|
| H A D | create-expo-module.js.map | 1 …nst fullPath = path.join(baseDir, file);\n const stat = await fs.lstat(fullPath);\n\n if (st…
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Base/ |
| H A D | ABI48_0_0RCTJavaScriptLoader.mm | 10 #import <sys/stat.h> 197 struct stat statInfo; 198 if (stat(scriptURL.path.UTF8String, &statInfo) != 0) {
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Base/ |
| H A D | ABI47_0_0RCTJavaScriptLoader.mm | 10 #import <sys/stat.h> 197 struct stat statInfo; 198 if (stat(scriptURL.path.UTF8String, &statInfo) != 0) {
|
| /expo/packages/@expo/cli/src/start/server/type-generation/ |
| H A D | routes.ts | 257 if ((await fs.stat(p)).isDirectory()) {
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Base/ |
| H A D | ABI49_0_0RCTJavaScriptLoader.mm | 10 #import <sys/stat.h> 197 struct stat statInfo; 198 if (stat(scriptURL.path.UTF8String, &statInfo) != 0) {
|
| /expo/tools/ |
| H A D | yarn.lock | 1779 "@nodelib/fs.stat" "2.0.4" 1787 "@nodelib/fs.stat" "2.0.5" 1790 "@nodelib/fs.stat@2.0.4", "@nodelib/fs.stat@^2.0.2": 1792 …resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.4.tgz#a3f2dd61bab43b8db8fa10… 1795 "@nodelib/fs.stat@2.0.5": 1797 …resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#5bd262af94e9d25bd1e71b… 5769 "@nodelib/fs.stat" "^2.0.2"
|
| /expo/docs/ |
| H A D | yarn.lock | 912 "@nodelib/fs.stat" "2.0.5" 915 "@nodelib/fs.stat@2.0.5", "@nodelib/fs.stat@^2.0.2": 917 …resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#5bd262af94e9d25bd1e71b… 3832 "@nodelib/fs.stat" "^2.0.2"
|