Searched refs:project_path (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/build/templates/common/ |
H A D | include_relative_path_check.py | 60 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 D | test_js_stage_file_copy.py | 25 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 D | build_js.py | 22 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 D | gn_common_tools.py | 38 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 D | ace_gen_sa_dialog_js.gni | 24 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 D | readme.md | 23 `python get_subsystem_with_component.py project_path [-o output_path]` 25 其中 `project_path` 为要分析的工程路径,为必选选项,
|
/ohos5.0/build/indep_configs/scripts/ |
H A D | generate_components.py | 270 …project_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 D | BUILD.gn | 17 project_path = "${common_path}/include/show_confirm_dialog/dialog_ui/js"
|
/ohos5.0/build/ |
H A D | test.gni | 642 "--project_path",
|