Home
last modified time | relevance | path

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

/expo/tools/src/versioning/ios/
H A Dindex.ts880 function validateAddVersionDirectories(rootPath, newVersionPath) {
900 fs.accessSync(newVersionPath, fs.constants.F_OK);
908 function validateRemoveVersionDirectories(rootPath, newVersionPath) {
912 newVersionPath,
944 newVersionPath,
1058 path.relative(EXPO_DIR, newVersionPath)
1061 await fs.mkdirs(newVersionPath);
1089 newVersionPath
1114 ...(await glob(path.join(newVersionPath, '**', '*--'))),
1194 path.relative(EXPO_DIR, newVersionPath)
[all …]