Home
last modified time | relevance | path

Searched refs:directoryExistsAsync (Results 1 – 15 of 15) sorted by relevance

/expo/packages/@expo/config-plugins/build/utils/
H A Dmodules.js6 exports.directoryExistsAsync = directoryExistsAsync;
33 async function directoryExistsAsync(file) { function
H A Dmodules.d.ts2 export declare function directoryExistsAsync(file: string): Promise<boolean>;
H A Dmodules.js.map1directoryExistsAsync","_await$statAsync$isDi","_await$statAsync2","isDirectory","fileExists","stat…
/expo/packages/@expo/cli/src/prebuild/
H A DvalidateTemplatePlatforms.ts6 import { directoryExistsAsync } from '../utils/dir';
18 if (await directoryExistsAsync(path.join(templateDirectory, platform))) {
H A DcopyTemplateFiles.ts7 import { copySync, directoryExistsAsync } from '../utils/dir';
108 if (!(await directoryExistsAsync(projectPath))) {
H A DclearNativeFolder.ts7 import { directoryExistsAsync } from '../utils/dir';
81 if (await directoryExistsAsync(path.join(projectRoot, platform))) {
/expo/packages/@expo/config-plugins/src/utils/
H A Dmodules.ts20 export async function directoryExistsAsync(file: string): Promise<boolean> { function
/expo/packages/@expo/cli/src/utils/
H A Ddir.ts11 export async function directoryExistsAsync(file: string): Promise<boolean> { function
/expo/packages/@expo/config-plugins/src/android/
H A DPaths.ts8 import { directoryExistsAsync } from '../utils/modules';
107 if (await directoryExistsAsync(projectPath)) {
H A DPackage.ts11 import { directoryExistsAsync } from '../utils/modules';
162 if (!(await directoryExistsAsync(packageRoot))) {
/expo/packages/@expo/cli/src/start/server/type-generation/
H A Droutes.ts6 import { directoryExistsAsync } from '../../../utils/dir';
76 if (await directoryExistsAsync(routerDirectory)) {
/expo/packages/@expo/config-plugins/build/android/
H A DPaths.js132 if (await (0, _modules().directoryExistsAsync)(projectPath)) {
H A DPaths.js.map1directoryExistsAsync","getAndroidManifestAsync","getResourceFolderAsync","getResourceXMLPathAsync"…
H A DPackage.js194 if (!(await (0, _modules().directoryExistsAsync)(packageRoot))) {
H A DPackage.js.map1directoryExistsAsync","currentPackagePath","newPackagePath","mkdirSync","recursive","relativePath"…