Home
last modified time | relevance | path

Searched refs:directoryPath (Results 1 – 5 of 5) sorted by relevance

/expo/tools/src/generate-module/
H A DconfigureModule.ts32 async function removeFiles(directoryPath: string, filenames: string[]) {
33 await Promise.all(filenames.map((filename) => fs.remove(path.resolve(directoryPath, filename))));
43 directoryPath: string,
52 if (!fs.existsSync(path.join(directoryPath, fromFilename))) {
57 path.join(directoryPath, fromFilename),
58 path.join(directoryPath, toFilename)
70 directoryPath: string,
74 walkSync(directoryPath, { nodir: true }).map((file) =>
/expo/packages/expo-file-system/ios/
H A DFileSystemHelpers.swift6 let directoryPath = fileUrl.deletingLastPathComponent() in ensureFileDirectoryExists() variable
8 if !FileManager.default.fileExists(atPath: directoryPath.path) { in ensureFileDirectoryExists()
9 throw DirectoryNotExistsException(directoryPath.path) in ensureFileDirectoryExists()
/expo/packages/expo-modules-test-core/src/
H A Dmockgen.ts11 const directoryPath = process.cwd(); constant
155 fs.mkdirSync(path.join(directoryPath, 'mocks'), { recursive: true });
156 const filePath = path.join(directoryPath, 'mocks', m.name + '.ts');
/expo/packages/expo-modules-test-core/build/
H A Dmockgen.js35 const directoryPath = process.cwd(); constant
129 fs_1.default.mkdirSync(path_1.default.join(directoryPath, 'mocks'), { recursive: true });
130 const filePath = path_1.default.join(directoryPath, 'mocks', m.name + '.ts');
H A Dmockgen.js.map1directoryPath = process.cwd();\n\nfunction maybeUnwrapSwiftArray(type: string) {\n const isArray …