Home
last modified time | relevance | path

Searched refs:CURRENT_OHOS_ROOT (Results 1 - 10 of 10) sorted by relevance

/build/hb/resources/
H A Dglobal_var.py22 CURRENT_OHOS_ROOT = os.path.dirname(os.path.dirname( variable
24 CURRENT_BUILD_DIR = os.path.join(CURRENT_OHOS_ROOT, 'build')
26 DEFAULT_CCACHE_DIR = os.path.join(CURRENT_OHOS_ROOT, '.ccache')
59 CURRENT_ARGS_DIR = os.path.join(CURRENT_OHOS_ROOT, 'out/hb_args')
85 ROOT_CONFIG_FILE = os.path.join(CURRENT_OHOS_ROOT, 'out/ohos_config.json')
91 COMPONENTS_PATH_DIR = os.path.join(CURRENT_OHOS_ROOT, 'out/components_path.json')
H A Dconfig.py24 from .global_var import CURRENT_OHOS_ROOT namespace
377 self.root_path = CURRENT_OHOS_ROOT
/build/hb/util/
H A Dcomponent_util.py22 from resources.global_var import CURRENT_OHOS_ROOT namespace
49 CURRENT_OHOS_ROOT, 'out', product_name, 'build_configs')
76 gen_default_deps_json(variant, CURRENT_OHOS_ROOT)
78 CURRENT_OHOS_ROOT, 'out', 'preloader', 'default_deps.json')
114 all_bundle_path = get_all_bundle_path(CURRENT_OHOS_ROOT)
120 while cur_dir != CURRENT_OHOS_ROOT:
/build/test/example/
H A Dtest_gn_template.py38 CURRENT_OHOS_ROOT = os.path.dirname(os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))) variable
39 BUILD_SH_PATH = os.path.join(CURRENT_OHOS_ROOT, 'build.sh')
43 BUILD_RES_PATH = CURRENT_OHOS_ROOT + RESULT_BUILT_FILE
45 RESULT_PATH = CURRENT_OHOS_ROOT + RESULT_OBJ_FILE
48 RUST_RESULT_IDL_PATH = CURRENT_OHOS_ROOT + RESULT_RUST_FILE
51 CONFIG_PATH = CURRENT_OHOS_ROOT + TEST_BUILD
59 out_dir = os.path.join(CURRENT_OHOS_ROOT, "out")
114 cwd=CURRENT_OHOS_ROOT
155 cwd=CURRENT_OHOS_ROOT
194 cwd=CURRENT_OHOS_ROOT
[all...]
/build/hb/containers/
H A Dstatus.py25 from resources.global_var import ROOT_CONFIG_FILE, CURRENT_OHOS_ROOT namespace
84 _log_path = os.path.join(CURRENT_OHOS_ROOT, 'out', 'build.log')
/build/hb/resolver/
H A Dclean_args_resolver.py25 from resources.global_var import CURRENT_OHOS_ROOT, DEFAULT_CCACHE_DIR namespace
47 and config.out_path.startswith(CURRENT_OHOS_ROOT) and os.path.exists(config.out_path):
H A Dbuild_args_resolver.py33 from resources.global_var import CURRENT_OHOS_ROOT, DEFAULT_BUILD_ARGS namespace
178 parts_file = os.path.join(CURRENT_OHOS_ROOT, 'test/testfwk/developer_test/precise_compilation/part_tdd.json')
179 tdd_manifest_file = os.path.join(CURRENT_OHOS_ROOT, '.repo/manifests/matrix_product.csv')
226 if os.getcwd() == CURRENT_OHOS_ROOT:
666 check_compilation_parameters(CURRENT_OHOS_ROOT)
757 output_part_rom_status(CURRENT_OHOS_ROOT)
/build/hb/services/
H A Dhpm.py36 from resources.global_var import CURRENT_OHOS_ROOT, set_hpm_check_info namespace
100 elif os.path.exists(os.path.join(CURRENT_OHOS_ROOT, "prebuilts/hpm/node_modules/.bin/hpm")):
101 self.exec = os.path.join(CURRENT_OHOS_ROOT, "prebuilts/hpm/node_modules/.bin/hpm")
107 npm_path = os.path.join(CURRENT_OHOS_ROOT, "prebuilts/build-tools/common/nodejs/current/bin/npm")
/build/hb/
H A Dmain.py34 from resources.global_var import CURRENT_OHOS_ROOT namespace
134 nodejs_bin_path = os.path.join(CURRENT_OHOS_ROOT, 'prebuilts', 'build-tools', 'common', 'nodejs', 'current',
156 subprocess.run([os.path.join(CURRENT_OHOS_ROOT, 'build', 'prebuilts_config.sh')])
268 default = os.path.join(CURRENT_OHOS_ROOT, "out", "default")
272 with open(os.path.join(CURRENT_OHOS_ROOT, part_path, "bundle.json"), 'r') as r:
279 if one_push.get("src") and not os.path.exists(os.path.join(CURRENT_OHOS_ROOT, one_push.get("src"))):
283 ["hdc", "-t", str(device), "file", "send", os.path.join(CURRENT_OHOS_ROOT, one_push.get("src")),
/build/hb/util/loader/
H A Dgenerate_targets_gn.py21 from resources.global_var import CURRENT_OHOS_ROOT namespace
26 sys.path.insert(1, os.path.join(CURRENT_OHOS_ROOT, 'third_party'))

Completed in 6 milliseconds