Home
last modified time | relevance | path

Searched refs:app_path (Results 1 – 25 of 31) sorted by relevance

12

/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/cocoapods/
H A Dcodegen_utils.rb162 def get_list_of_js_specs(app_codegen_config, app_path) argument
168 library_dir = File.join(app_path, library['jsSrcsDir'])
194 app_path, argument
203 if !app_path
219 app_package_path = File.join(app_path, 'package.json')
242 app_path, argument
259 if !app_path
270 app_path,
289 "-p", "#{app_path}",
313 codegen_path = File.join(app_path, ios_folder, codegen_dir)
[all …]
H A Dcodegen.rb70 app_path, argument
87 app_path,
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/cocoapods/
H A Dcodegen_utils.rb198 def get_list_of_js_specs(app_codegen_config, app_path, file_manager: File) argument
204 library_dir = file_manager.join(app_path, library['jsSrcsDir'])
231 app_path, argument
241 if !app_path
257 app_package_path = file_manager.join(app_path, 'package.json')
280 app_path, argument
298 if !app_path
309 app_path,
328 "-p", "#{app_path}",
352 codegen_path = file_manager.join(app_path, ios_folder, codegen_dir)
[all …]
H A Dcodegen.rb74 app_path, argument
91 app_path,
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/cocoapods/__tests__/test_utils/
H A DCodegenUtilsMock.rb42 def get_list_of_js_specs(app_codegen_config, app_path) argument
45 "app_path" => app_path
51 app_path, argument
60 app_path: app_path,
88 app_path, argument
99 app_path: app_path,
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/cocoapods/
H A Dcodegen_utils.rb150 def get_list_of_js_specs(app_codegen_config, app_path) argument
156 library_dir = File.join(app_path, library['jsSrcsDir'])
160 codegen_dir = File.join(app_path, app_codegen_config['jsSrcsDir'])
182 app_path, argument
190 if !app_path
206 app_package_path = File.join(app_path, 'package.json')
208 input_files = codegen_utils.get_list_of_js_specs(app_codegen_config, app_path)
229 app_path, argument
245 if !app_path
256 app_path,
[all …]
H A Dcodegen.rb70 app_path, argument
85 app_path,
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/cocoapods/__tests__/test_utils/
H A DCodegenUtilsMock.rb42 def get_list_of_js_specs(app_codegen_config, app_path) argument
45 "app_path" => app_path
51 app_path, argument
60 app_path: app_path,
88 app_path, argument
100 app_path: app_path,
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/cocoapods/__tests__/test_utils/
H A DCodegenUtilsMock.rb42 def get_list_of_js_specs(app_codegen_config, app_path) argument
45 "app_path" => app_path
51 app_path, argument
60 app_path: app_path,
88 app_path, argument
100 app_path: app_path,
/expo/tools/src/versioning/android/android-manifest-merger/
H A Dgradlew68 app_path=$0
72 APP_HOME=${app_path%"${app_path##*/}"} # leaves a trailing /; empty if no leading path
73 [ -h "$app_path" ]
75 ls=$( ls -ld "$app_path" )
78 /*) app_path=$link ;; #(
79 *) app_path=$APP_HOME$link ;;
/expo/templates/expo-template-tv/android/
H A Dgradlew68 app_path=$0
72 APP_HOME=${app_path%"${app_path##*/}"} # leaves a trailing /; empty if no leading path
73 [ -h "$app_path" ]
75 ls=$( ls -ld "$app_path" )
78 /*) app_path=$link ;; #(
79 *) app_path=$APP_HOME$link ;;
/expo/android/
H A Dgradlew68 app_path=$0
72 APP_HOME=${app_path%"${app_path##*/}"} # leaves a trailing /; empty if no leading path
73 [ -h "$app_path" ]
75 ls=$( ls -ld "$app_path" )
78 /*) app_path=$link ;; #(
79 *) app_path=$APP_HOME$link ;;
/expo/templates/expo-template-bare-minimum/android/
H A Dgradlew68 app_path=$0
72 APP_HOME=${app_path%"${app_path##*/}"} # leaves a trailing /; empty if no leading path
73 [ -h "$app_path" ]
75 ls=$( ls -ld "$app_path" )
78 /*) app_path=$link ;; #(
79 *) app_path=$APP_HOME$link ;;
/expo/apps/fabric-tester/android/
H A Dgradlew68 app_path=$0
72 APP_HOME=${app_path%"${app_path##*/}"} # leaves a trailing /; empty if no leading path
73 [ -h "$app_path" ]
75 ls=$( ls -ld "$app_path" )
78 /*) app_path=$link ;; #(
79 *) app_path=$APP_HOME$link ;;
/expo/android/versioned-react-native/
H A Dgradlew68 app_path=$0
72 APP_HOME=${app_path%"${app_path##*/}"} # leaves a trailing /; empty if no leading path
73 [ -h "$app_path" ]
75 ls=$( ls -ld "$app_path" )
78 /*) app_path=$link ;; #(
79 *) app_path=$APP_HOME$link ;;
/expo/apps/bare-expo/android/
H A Dgradlew68 app_path=$0
72 APP_HOME=${app_path%"${app_path##*/}"} # leaves a trailing /; empty if no leading path
73 [ -h "$app_path" ]
75 ls=$( ls -ld "$app_path" )
78 /*) app_path=$link ;; #(
79 *) app_path=$APP_HOME$link ;;
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/cocoapods/__tests__/
H A Dcodegen_utils-test.rb172 app_path = "~/MyApp/"
179 files = CodegenUtils.new().get_list_of_js_specs(app_codegen_config, app_path)
199 app_path = "~/MyApp/"
205 files = CodegenUtils.new().get_list_of_js_specs(app_codegen_config, app_path)
233 app_path = "~/MyApp"
243 app_path,
321 app_path = "~/app"
333 app_path,
H A Dcodegen-test.rb192 app_path = "~/app"
197 …run_codegen!(app_path, config_file, :new_arch_enabled => true, :codegen_utils => codegen_utils_moc…
215 app_path = "~/app"
223 app_path,
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/cocoapods/__tests__/
H A Dcodegen_utils-test.rb176 app_path = "~/MyApp/"
183 files = CodegenUtils.new().get_list_of_js_specs(app_codegen_config, app_path)
203 app_path = "~/MyApp/"
209 files = CodegenUtils.new().get_list_of_js_specs(app_codegen_config, app_path)
237 app_path = "~/MyApp"
247 app_path,
325 app_path = "~/app"
337 app_path,
H A Dcodegen-test.rb192 app_path = "~/app"
197 …run_codegen!(app_path, config_file, :new_arch_enabled => true, :codegen_utils => codegen_utils_moc…
215 app_path = "~/app"
223 app_path,
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/cocoapods/__tests__/
H A Dcodegen_utils-test.rb203 app_path = "~/MyApp/"
210 …files = CodegenUtils.new().get_list_of_js_specs(app_codegen_config, app_path, file_manager: FileMo…
230 app_path = "~/MyApp/"
236 …files = CodegenUtils.new().get_list_of_js_specs(app_codegen_config, app_path, file_manager: FileMo…
264 app_path = "~/MyApp"
274 app_path,
353 app_path = "~/app"
365 app_path,
H A Dcodegen-test.rb190 app_path = "~/app"
195 …run_codegen!(app_path, config_file, :new_arch_enabled => true, :codegen_utils => codegen_utils_moc…
213 app_path = "~/app"
221 app_path,
/expo/apps/bare-expo/ios/
H A DPodfile83 :app_path => "#{Pod::Config.instance.installation_root}/..",
97 :app_path => "#{Pod::Config.instance.installation_root}/..",
108 :app_path => "#{Pod::Config.instance.installation_root}/..",
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/
H A Dreact_native_pods.rb73 app_path: '..', argument
79 ENV['APP_PATH'] = app_path
146 app_path,
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/
H A Dreact_native_pods.rb43 app_path: '..', argument
90 app_path,

12