Home
last modified time | relevance | path

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

12

/expo/packages/@expo/fingerprint/src/sourcer/
H A DUtils.ts13 const stat = await fs.stat(path.join(projectRoot, filePath)); constant
15 type: stat.isDirectory() ? 'dir' : 'file',
/expo/tools/src/commands/
H A DAndroidDownloadVersionedAars.ts22 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 DUtils.js12 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 Ddir.ts12 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 Dmodules.ts10 return await fs.promises.stat(file);
/expo/packages/@expo/config-plugins/build/utils/
H A Dmodules.js.map1stat","fileExistsAsync","_await$statAsync$isFi","_await$statAsync","isFile","directoryExistsAsync"…
H A Dmodules.js24 return await _fs().default.promises.stat(file);
/expo/tools/src/prebuilds/
H A DXcodeProject.ts93 const stat = await fs.lstat(path.join(frameworkPath, target)); constant
106 binarySize: stat.size,
/expo/packages/create-expo/src/utils/
H A Dnpm.ts252 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 DABI49_0_0jsilib-posix.cpp61 struct stat fileInfo; in size()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/jsi/jsi/
H A DABI48_0_0jsilib-posix.cpp61 struct stat fileInfo; in size()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/jsi/jsi/
H A DABI47_0_0jsilib-posix.cpp61 struct stat fileInfo; in size()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI48_0_0JSBigString.cpp92 struct stat fileInfo; in fromPath()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI47_0_0JSBigString.cpp92 struct stat fileInfo; in fromPath()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI49_0_0JSBigString.cpp92 struct stat fileInfo; in fromPath()
/expo/packages/create-expo-module/src/
H A Dcreate-expo-module.ts193 const stat = await fs.lstat(fullPath); constant
195 if (stat.isDirectory()) {
/expo/tools/src/
H A DTransforms.ts182 const { mode } = await fs.stat(sourcePath);
/expo/packages/create-expo-module/build/
H A Dcreate-expo-module.js153 const stat = await fs_extra_1.default.lstat(fullPath);
154 if (stat.isDirectory()) {
H A Dcreate-expo-module.js.map1 …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 DABI48_0_0RCTJavaScriptLoader.mm10 #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 DABI47_0_0RCTJavaScriptLoader.mm10 #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 Droutes.ts257 if ((await fs.stat(p)).isDirectory()) {
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Base/
H A DABI49_0_0RCTJavaScriptLoader.mm10 #import <sys/stat.h>
197 struct stat statInfo;
198 if (stat(scriptURL.path.UTF8String, &statInfo) != 0) {
/expo/tools/
H A Dyarn.lock1779 "@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 Dyarn.lock912 "@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"

12