Home
last modified time | relevance | path

Searched refs:_path (Results 1 – 25 of 94) sorted by relevance

1234

/expo/packages/@expo/config-plugins/build/android/
H A DPackage.js34 function _path() { function
36 _path = function () { function
101 return _path().default.join(projectRoot, 'android', 'app', 'src', type, 'java');
105 const packagePath = _path().default.dirname(mainApplication);
106 …const packagePathParts = _path().default.relative(packageRoot, packagePath).split(_path().default.…
114 const packagePath = _path().default.dirname(filePath);
115 …const packagePathParts = _path().default.relative(packageRoot, packagePath).split(_path().default.…
210 const filepath = _path().default.join(currentPackagePath, relativePath);
224 const pathToCheck = _path().default.join(packageRoot, ...oldPathParts);
249 if (['.h', '.cpp'].includes(_path().default.extname(filepath))) {
[all …]
/expo/packages/@expo/metro-config/build/
H A DgetWatchFolders.js30 function _path() { function
32 _path = function () { function
68 return (0, _glob().sync)(_path().default.join(glob, 'package.json').replace(/\\/g, '/'), {
93 const rootPackageJsonFilePath = _path().default.join(workspaceProjectRoot, 'package.json');
112 …const workspaceRoot = (0, _getModulesPaths().getWorkspaceRoot)(_path().default.resolve(projectRoot…
121 …return uniqueItems([_path().default.join(workspaceRoot, 'node_modules'), ...packages.map(pkg => _p…
H A DgetModulesPaths.js16 function _path() { function
18 _path = function () { function
47 …const workspaceRoot = getWorkspaceRoot(_path().default.resolve(projectRoot)); // Absolute path or …
49 paths.push(_path().default.resolve(projectRoot));
50 paths.push(_path().default.resolve(workspaceRoot, 'node_modules'));
/expo/ios/vendored/sdk47/react-native-svg/apple/Elements/
H A DABI47_0_0RNSVGPath.mm20 CGPathRef _path;
54 if (_path) {
55 CGPathRelease(_path);
57 _path = nil;
70 CGPathRelease(_path);
71 _path = CGPathRetain([d getPath]);
76 return _path;
81 CGPathRelease(_path);
/expo/ios/vendored/sdk49/react-native-svg/apple/Elements/
H A DABI49_0_0RNSVGPath.mm20 CGPathRef _path;
54 if (_path) {
55 CGPathRelease(_path);
57 _path = nil;
70 CGPathRelease(_path);
71 _path = CGPathRetain([d getPath]);
76 return _path;
81 CGPathRelease(_path);
/expo/ios/vendored/sdk48/react-native-svg/apple/Elements/
H A DABI48_0_0RNSVGPath.mm20 CGPathRef _path;
54 if (_path) {
55 CGPathRelease(_path);
57 _path = nil;
70 CGPathRelease(_path);
71 _path = CGPathRetain([d getPath]);
76 return _path;
81 CGPathRelease(_path);
/expo/ios/vendored/unversioned/react-native-svg/apple/Elements/
H A DRNSVGPath.mm20 CGPathRef _path;
54 if (_path) {
55 CGPathRelease(_path);
57 _path = nil;
70 CGPathRelease(_path);
71 _path = CGPathRetain([d getPath]);
76 return _path;
81 CGPathRelease(_path);
/expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/rnskia/dom/props/
H A DClipProp.h33 _path = nullptr; in updateDerivedValue()
35 _path = PathProp::processPath(value); in updateDerivedValue()
36 if (!_path) { in updateDerivedValue()
45 const SkPath *getPath() { return _path.get(); } in getPath()
52 std::shared_ptr<const SkPath> _path; variable
/expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/rnskia/dom/props/
H A DClipProp.h33 _path = nullptr; in updateDerivedValue()
35 _path = PathProp::processPath(value); in updateDerivedValue()
36 if (!_path) { in updateDerivedValue()
45 const SkPath *getPath() { return _path.get(); } in getPath()
52 std::shared_ptr<const SkPath> _path; variable
/expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/rnskia/dom/props/
H A DClipProp.h33 _path = nullptr; in updateDerivedValue()
35 _path = PathProp::processPath(value); in updateDerivedValue()
36 if (!_path) { in updateDerivedValue()
45 const SkPath *getPath() { return _path.get(); } in getPath()
52 std::shared_ptr<const SkPath> _path; variable
/expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/rnskia/dom/props/
H A DClipProp.h33 _path = nullptr; in updateDerivedValue()
35 _path = PathProp::processPath(value); in updateDerivedValue()
36 if (!_path) { in updateDerivedValue()
45 const SkPath *getPath() { return _path.get(); } in getPath()
52 std::shared_ptr<const SkPath> _path; variable
/expo/packages/@expo/config-plugins/build/ios/
H A DEntitlements.js17 function _path() { function
19 _path = function () { function
94 …return _path().default.normalize(_path().default.join(projectRoot, 'ios', (0, _string().trimQuotes…
113 …const entitlementsRelativePath = (0, _slash().default)(_path().default.join(projectName, `${produc…
114 …const entitlementsPath = _path().default.normalize(_path().default.join(projectRoot, 'ios', entitl…
115 _fs().default.mkdirSync(_path().default.dirname(entitlementsPath), {
H A DXcodeProjectFile.js15 function _path() { function
17 _path = function () { function
57 filePath: _path().default.join(projectName, filePath),
80 const absoluteFilePath = _path().default.join(nativeProjectRoot, filePath);
87 const groupName = _path().default.dirname(filePath);
H A DLocales.js24 function _path() { function
26 _path = function () { function
78 const supportingDirectory = (0, _path().join)(projectRoot, 'ios', projectName, 'Supporting');
83 const dir = (0, _path().join)(supportingDirectory, `${lang}.lproj`);
88 const strings = (0, _path().join)(dir, stringName);
105 filepath: (0, _path().relative)(supportingDirectory, strings),
120 …locales[lang] = await _jsonFile().default.readAsync((0, _path().join)(projectRoot, localeJsonPath)…
/expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/rnskia/dom/nodes/
H A DJsiPathNode.h61 _path = std::make_shared<const SkPath>(filteredPath); in draw()
67 _path = std::make_shared<const SkPath>(filteredPath); in draw()
73 auto p = std::make_shared<SkPath>(*_path.get()); in draw()
75 _path = std::const_pointer_cast<const SkPath>(p); in draw()
110 auto p = std::make_shared<SkPath>(*_path.get()); in draw()
113 _path = nullptr; in draw()
115 _path = std::const_pointer_cast<const SkPath>(p); in draw()
121 _path = _pathProp->getDerivedValue(); in draw()
125 if (_path == nullptr) { in draw()
130 context->getCanvas()->drawPath(*_path, *context->getPaint()); in draw()
[all …]
/expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/rnskia/dom/nodes/
H A DJsiPathNode.h61 _path = std::make_shared<const SkPath>(filteredPath); in draw()
67 _path = std::make_shared<const SkPath>(filteredPath); in draw()
73 auto p = std::make_shared<SkPath>(*_path.get()); in draw()
75 _path = std::const_pointer_cast<const SkPath>(p); in draw()
110 auto p = std::make_shared<SkPath>(*_path.get()); in draw()
113 _path = nullptr; in draw()
115 _path = std::const_pointer_cast<const SkPath>(p); in draw()
121 _path = _pathProp->getDerivedValue(); in draw()
125 if (_path == nullptr) { in draw()
130 context->getCanvas()->drawPath(*_path, *context->getPaint()); in draw()
[all …]
/expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/rnskia/dom/nodes/
H A DJsiPathNode.h61 _path = std::make_shared<const SkPath>(filteredPath); in draw()
67 _path = std::make_shared<const SkPath>(filteredPath); in draw()
73 auto p = std::make_shared<SkPath>(*_path.get()); in draw()
75 _path = std::const_pointer_cast<const SkPath>(p); in draw()
110 auto p = std::make_shared<SkPath>(*_path.get()); in draw()
113 _path = nullptr; in draw()
115 _path = std::const_pointer_cast<const SkPath>(p); in draw()
121 _path = _pathProp->getDerivedValue(); in draw()
125 if (_path == nullptr) { in draw()
130 context->getCanvas()->drawPath(*_path, *context->getPaint()); in draw()
[all …]
/expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/rnskia/dom/nodes/
H A DJsiPathNode.h61 _path = std::make_shared<const SkPath>(filteredPath); in draw()
67 _path = std::make_shared<const SkPath>(filteredPath); in draw()
73 auto p = std::make_shared<SkPath>(*_path.get()); in draw()
75 _path = std::const_pointer_cast<const SkPath>(p); in draw()
110 auto p = std::make_shared<SkPath>(*_path.get()); in draw()
113 _path = nullptr; in draw()
115 _path = std::const_pointer_cast<const SkPath>(p); in draw()
121 _path = _pathProp->getDerivedValue(); in draw()
125 if (_path == nullptr) { in draw()
130 context->getCanvas()->drawPath(*_path, *context->getPaint()); in draw()
[all …]
/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/rnskia/dom/nodes/
H A DJsiPathNode.h62 _path = std::make_shared<const SkPath>(filteredPath); in draw()
69 _path = std::make_shared<const SkPath>(filteredPath); in draw()
75 auto p = std::make_shared<SkPath>(*_path.get()); in draw()
77 _path = std::const_pointer_cast<const SkPath>(p); in draw()
112 auto p = std::make_shared<SkPath>(*_path.get()); in draw()
115 _path = nullptr; in draw()
117 _path = std::const_pointer_cast<const SkPath>(p); in draw()
123 _path = _pathProp->getDerivedValue(); in draw()
127 if (_path == nullptr) { in draw()
132 context->getCanvas()->drawPath(*_path, *context->getPaint()); in draw()
[all …]
/expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/rnskia/dom/nodes/
H A DJsiPathNode.h62 _path = std::make_shared<const SkPath>(filteredPath); in draw()
69 _path = std::make_shared<const SkPath>(filteredPath); in draw()
75 auto p = std::make_shared<SkPath>(*_path.get()); in draw()
77 _path = std::const_pointer_cast<const SkPath>(p); in draw()
112 auto p = std::make_shared<SkPath>(*_path.get()); in draw()
115 _path = nullptr; in draw()
117 _path = std::const_pointer_cast<const SkPath>(p); in draw()
123 _path = _pathProp->getDerivedValue(); in draw()
127 if (_path == nullptr) { in draw()
132 context->getCanvas()->drawPath(*_path, *context->getPaint()); in draw()
[all …]
/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-splash-screen/
H A DwithAndroidSplashImages.js30 function _path() { function
32 _path = function () { function
137 const androidMainPath = _path().default.join(projectRoot, 'android/app/src/main');
144 if (await _fsExtra().default.pathExists(_path().default.resolve(androidMainPath, filePath))) {
145 await _fsExtra().default.remove(_path().default.resolve(androidMainPath, filePath));
152 const androidMainPath = _path().default.join(projectRoot, 'android/app/src/main');
169 const outputPath = _path().default.join(androidMainPath,
173 const folder = _path().default.dirname(outputPath);
/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/rnskia/dom/props/
H A DClipProp.h32 _path = _pathProp->getDerivedValue(); in updateDerivedValue()
36 _path = nullptr; in updateDerivedValue()
40 _path = nullptr; in updateDerivedValue()
48 const SkPath *getPath() { return _path.get(); } in getPath()
57 std::shared_ptr<const SkPath> _path; variable
/expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/rnskia/dom/props/
H A DClipProp.h32 _path = _pathProp->getDerivedValue(); in updateDerivedValue()
36 _path = nullptr; in updateDerivedValue()
40 _path = nullptr; in updateDerivedValue()
48 const SkPath *getPath() { return _path.get(); } in getPath()
57 std::shared_ptr<const SkPath> _path; variable
/expo/packages/@expo/config/build/
H A DresolvePackageJson.js14 function _path() { function
16 _path = function () { function
29 const packageJsonPath = (0, _path().join)(projectRoot, 'package.json');
/expo/packages/@expo/prebuild-config/build/plugins/icons/
H A DAssetContents.js15 function _path() { function
17 _path = function () { function
37 await _fsExtra().default.writeFile((0, _path().join)(directory, 'Contents.json'), JSON.stringify({

1234