Home
last modified time | relevance | path

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

/expo/tools/src/
H A DTransforms.ts154 const sourcePath = path.join(sourceDirectory, sourceFile); constant
167 sourcePath,
177 await fs.copy(sourcePath, targetPath, { overwrite: true });
182 const { mode } = await fs.stat(sourcePath);
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI48_0_0JSIndexedRAMBundle.cpp25 JSIndexedRAMBundle::JSIndexedRAMBundle(const char *sourcePath) { in JSIndexedRAMBundle() argument
26 m_bundle = std::make_unique<std::ifstream>(sourcePath, std::ifstream::binary); in JSIndexedRAMBundle()
29 "Bundle ", sourcePath, "cannot be opened: ", m_bundle->rdstate())); in JSIndexedRAMBundle()
H A DABI48_0_0Instance.cpp121 const std::string &sourcePath, in loadRAMBundleFromFile() argument
124 auto bundle = std::make_unique<JSIndexedRAMBundle>(sourcePath.c_str()); in loadRAMBundleFromFile()
H A DABI48_0_0Instance.h63 const std::string &sourcePath,
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI47_0_0JSIndexedRAMBundle.cpp25 JSIndexedRAMBundle::JSIndexedRAMBundle(const char *sourcePath) { in JSIndexedRAMBundle() argument
26 m_bundle = std::make_unique<std::ifstream>(sourcePath, std::ifstream::binary); in JSIndexedRAMBundle()
29 "Bundle ", sourcePath, "cannot be opened: ", m_bundle->rdstate())); in JSIndexedRAMBundle()
H A DABI47_0_0Instance.cpp121 const std::string &sourcePath, in loadRAMBundleFromFile() argument
124 auto bundle = std::make_unique<JSIndexedRAMBundle>(sourcePath.c_str()); in loadRAMBundleFromFile()
H A DABI47_0_0Instance.h63 const std::string &sourcePath,
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI49_0_0JSIndexedRAMBundle.cpp25 JSIndexedRAMBundle::JSIndexedRAMBundle(const char *sourcePath) { in JSIndexedRAMBundle() argument
26 m_bundle = std::make_unique<std::ifstream>(sourcePath, std::ifstream::binary); in JSIndexedRAMBundle()
29 "Bundle ", sourcePath, "cannot be opened: ", m_bundle->rdstate())); in JSIndexedRAMBundle()
H A DABI49_0_0Instance.cpp122 const std::string &sourcePath, in loadRAMBundleFromFile() argument
125 auto bundle = std::make_unique<JSIndexedRAMBundle>(sourcePath.c_str()); in loadRAMBundleFromFile()
H A DABI49_0_0Instance.h63 const std::string &sourcePath,
/expo/packages/expo-updates/e2e/fixtures/project_files/e2e/tests/utils/
H A Dupdate.ts82 async function copyAssetToStaticFolder(sourcePath: PathLike, filename: string) {
85 await fs.copyFile(sourcePath, destinationPath);