Home
last modified time | relevance | path

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

/build/scripts/
Dgenerate_component_package.py300 def _generate_import(fp): argument
301 fp.write('import("//build/ohos.gni")\n')
304 def _generate_configs(fp, module): argument
305 fp.write('\nconfig("' + module + '_configs") {\n')
306 fp.write(' visibility = [ ":*" ]\n')
307 fp.write(" include_dirs = [\n")
308 fp.write(' "includes"\n')
309 fp.write(" ]\n}\n")
312 def _generate_prebuilt_shared_library(fp, type, module): argument
314 fp.write('ohos_prebuilt_static_library("' + module + '") {\n')
[all …]
Dcompile_resources.py47 with open(options.hap_profile) as fp:
49 return json.load(fp)['module']['package']
51 return json.load(fp)['app']['bundleName']
/build/templates/common/
Dgenerate_component_package.py324 fp = os.fdopen(fd, 'w')
325 fp.write('READ.ME')
330 def _generate_import(fp): argument
331 fp.write('import("//build/ohos.gni")\n')
334 def _generate_configs(fp, module): argument
335 fp.write('\nconfig("' + module + '_configs") {\n')
336 fp.write(' visibility = [ ":*" ]\n')
337 fp.write(' include_dirs = [\n')
338 fp.write(' "includes",\n')
340 fp.write(' "includes/src",\n')
[all …]
/build/ohos/packages/
Dcheck_seccomp_library_name.py35 with open(file_name) as fp:
36 data = json.load(fp)
Dprocess_field_validate.py207 with open(process_path) as fp:
208 data = json.load(fp)
301 with open(filename) as fp:
303 data = json.load(fp)
/build/config/mac/
Dxcrun.py28 with open(args.stamp, 'w+') as fp:
/build/toolchain/
Dgcc_solink_wrapper.py68 with open(tocfile, 'w') as fp:
69 fp.write(toc)
/build/config/
Darm.gni136 arm_fpu = "neon-fp-armv8"