Home
last modified time | relevance | path

Searched refs:project_path (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/build/templates/common/
H A Dinclude_relative_path_check.py60 def scan_each_file(cls, component, file, project_path, results): argument
68 result = {'line_num': line_num, 'file_path': file.replace(project_path, "/"),
74 def analysis(cls, config: str, project_path: str, components_info: str, output_path: str):
78 if not os.path.exists(project_path):
79 print("error: {} is inaccessible or not found".format(project_path))
84 components = cls.__get_components(config, project_path)
85 cls.__get_need_scan_path(components, project_path, components_info)
87 print([item['scan_path'] for item in components], project_path)
88 result = cls.scan_files(components, project_path)
149 local_project_path = args.project_path
/ohos5.0/build/ohos/testfwk/
H A Dtest_js_stage_file_copy.py25 part_name: str, project_path: str):
29 if os.path.exists(os.path.join(project_path, "Test.json")):
40 def get_hap_json_info(project_path: str, build_target_name: str,
44 if os.path.exists(os.path.join(project_path, "Test.json")):
45 shutil.copy2(os.path.join(project_path, "Test.json"),
97 get_hap_json_info(args.project_path, args.build_target_name,
102 args.part_name, args.project_path)
/ohos5.0/foundation/arkui/ace_engine/build/tools/
H A Dbuild_js.py22 project_path = os.path.abspath(argv[1])
65 source_i18n_path = os.path.join(project_path, "i18n")
72 source_common_path = os.path.join(project_path, "common")
78 …os.path.join(project_path, "pages", "index", "index.css"), os.path.join(target_index_path, "index.…
80 …os.path.join(project_path, "pages", "index", "index.hml"), os.path.join(target_index_path, "index.…
82 …os.path.join(project_path, "pages", "index", "index.js"), os.path.join(target_index_path, "index.j…
/ohos5.0/build/tools/component_tools/static_check/gn_check/
H A Dgn_common_tools.py38 def find_files(project_path: str,
47 cmd = "find {}".format(project_path)
51 bd_path = os.path.join(project_path, black_dir)
/ohos5.0/foundation/arkui/ace_engine/build/
H A Dace_gen_sa_dialog_js.gni24 project_path = invoker.project_path
45 rebase_path(project_path, root_build_dir),
/ohos5.0/build/tools/component_tools/static_check/bundle_check/
H A Dreadme.md23 `python get_subsystem_with_component.py project_path [-o output_path]`
25 其中 `project_path` 为要分析的工程路径,为必选选项,
/ohos5.0/build/indep_configs/scripts/
H A Dgenerate_components.py270project_path = os.path.dirname(os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__f…
271 output_part_path = os.path.join(project_path, 'out', variants, 'build_configs', 'parts_info')
272 output_config_path = os.path.join(project_path, 'out', variants, 'build_configs')
/ohos5.0/foundation/distributedhardware/device_manager/common/include/show_confirm_dialog/dialog_ui/js/
H A DBUILD.gn17 project_path = "${common_path}/include/show_confirm_dialog/dialog_ui/js"
/ohos5.0/build/
H A Dtest.gni642 "--project_path",