Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/start/server/middleware/inspector/
H A DLaunchBrowserImplWindows.ts54 let tmpDir;
58 tmpDir = (await spawnAsync('powershell.exe', ['-c', 'echo "$Env:TEMP"'])).stdout.trim();
59 return `${tmpDir}\\${baseDirName}`;
61 tmpDir = require('temp-dir');
62 return path.join(tmpDir, baseDirName);
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/cxxreact/tests/
H A DABI48_0_0jsbigstring.cpp19 const char *tmpDir = getenv("TMPDIR"); in tempFileFromString() local
20 if (tmpDir == nullptr) in tempFileFromString()
21 tmpDir = "/tmp"; in tempFileFromString()
22 std::string tmp{tmpDir}; in tempFileFromString()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/cxxreact/tests/
H A DABI49_0_0jsbigstring.cpp19 const char *tmpDir = getenv("TMPDIR"); in tempFileFromString() local
20 if (tmpDir == nullptr) in tempFileFromString()
21 tmpDir = "/tmp"; in tempFileFromString()
22 std::string tmp{tmpDir}; in tempFileFromString()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/cxxreact/tests/
H A DABI47_0_0jsbigstring.cpp19 const char *tmpDir = getenv("TMPDIR"); in tempFileFromString() local
20 if (tmpDir == nullptr) in tempFileFromString()
21 tmpDir = "/tmp"; in tempFileFromString()
22 std::string tmp{tmpDir}; in tempFileFromString()
/expo/packages/@expo/fingerprint/e2e/__tests__/
H A Dmanaged-test.ts23 const tmpDir = require('temp-dir'); constant
25 const projectRoot = path.join(tmpDir, projectName);
31 cwd: tmpDir,
135 const tmpDir = require('temp-dir'); constant
137 const projectRoot = path.join(tmpDir, projectName);
143 cwd: tmpDir,
H A Dbare-test.ts18 const tmpDir = os.tmpdir(); constant
20 const projectRoot = path.join(tmpDir, projectName);
26 cwd: tmpDir,
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/codegen/
H A Dgenerate-artifacts-executor.js305 function generateSchema(tmpDir, library, node, codegenCliPath) { argument
306 const pathToSchema = path.join(tmpDir, 'schema.json');
328 function generateCode(iosOutputDir, library, tmpDir, node, pathToSchema) { argument
334 const tmpOutputDir = path.join(tmpDir, 'out');
372 const tmpDir = fs.mkdtempSync(path.join(os.tmpdir(), library.config.name));
373 const pathToSchema = generateSchema(tmpDir, library, node, codegenCliPath);
374 generateCode(iosOutputDir, library, tmpDir, node, pathToSchema);
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/codegen/
H A Dgenerate-artifacts-executor.js320 function generateSchema(tmpDir, library, node, codegenCliPath) { argument
321 const pathToSchema = path.join(tmpDir, 'schema.json');
343 function generateCode(iosOutputDir, library, tmpDir, node, pathToSchema) { argument
349 const tmpOutputDir = path.join(tmpDir, 'out');
393 const tmpDir = fs.mkdtempSync(path.join(os.tmpdir(), library.config.name));
394 const pathToSchema = generateSchema(tmpDir, library, node, codegenCliPath);
395 generateCode(iosOutputDir, library, tmpDir, node, pathToSchema);
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/codegen/
H A Dgenerate-artifacts-executor.js305 function generateSchema(tmpDir, library, node, codegenCliPath) { argument
306 const pathToSchema = path.join(tmpDir, 'schema.json');
328 function generateCode(iosOutputDir, library, tmpDir, node, pathToSchema) { argument
334 const tmpOutputDir = path.join(tmpDir, 'out');
372 const tmpDir = fs.mkdtempSync(path.join(os.tmpdir(), library.config.name));
373 const pathToSchema = generateSchema(tmpDir, library, node, codegenCliPath);
374 generateCode(iosOutputDir, library, tmpDir, node, pathToSchema);
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/codegen/__tests__/
H A Dgenerate-artifacts-executor-test.js33 const tmpDir = 'tmp'; constant
39 const tmpOutDir = path.join(tmpDir, 'out');
45 underTest._generateCode(iosOutputDir, library, tmpDir, node, pathToSchema);
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/codegen/__tests__/
H A Dgenerate-artifacts-executor-test.js33 const tmpDir = 'tmp'; constant
39 const tmpOutDir = path.join(tmpDir, 'out');
45 underTest._generateCode(iosOutputDir, library, tmpDir, node, pathToSchema);
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/codegen/__tests__/
H A Dgenerate-artifacts-executor-test.js33 const tmpDir = 'tmp'; constant
39 const tmpOutDir = path.join(tmpDir, 'out');
45 underTest._generateCode(iosOutputDir, library, tmpDir, node, pathToSchema);
/expo/tools/src/vendoring/
H A Dlegacy.ts879 tmpDir: string
899 await moduleConfig.moduleModifier(moduleConfig, tmpDir);
912 const sourceDir = path.join(tmpDir, step.sourceIosPath);
977 const sourceDir = path.join(tmpDir, step.sourceAndroidPath);