Lines Matching refs:join
73 modify_file = os.path.join(task.path, *task.inc_modify_file)
100 modify_file = os.path.join(task.path, *task.inc_modify_file)
239 oh_package_json_path = os.path.join(task.path, *task.hap_module_path, 'oh-package.json5')
276 output_file_name = '-'.join(output_file_name_items)
277 new_module_name_output_file = os.path.join(
297 abc_path = os.path.join(uncompressed_output_file, 'ets')
298 modules_abc_path = os.path.join(abc_path, 'modules.abc')
340 cache_path = os.path.join(
345 cache_path = os.path.join(
381 modify_file = os.path.join(task.path, *modify_file_item)
392 modified_files = [os.path.join(*modify_file_item)]
405 modify_file = os.path.join(task.path, *modify_file_item)
420 new_file = os.path.join(modify_dir, new_file_name)
437 modified_files = [os.path.join(*modify_file_item)]
452 modify_file = os.path.join(task.path, *modify_file_item)
483 new_file = os.path.join(modify_dir, new_file_name)
491 modified_files = [os.path.join(*modify_file_item)]
509 modified_files = [os.path.join(*modify_file_item)]
533 profile_file = os.path.join(task.path, 'build-profile.json5')
549 config_file_dir = os.path.join(task.path, *task.hap_module_path, 'src', 'main')
550 config_file = os.path.join(config_file_dir, 'module.json5')
578 modify_file = os.path.join(task.path, *task.inc_modify_file)
599 modified_files = [os.path.join(*modify_file_item)]
624 modified_files = [os.path.join(*modify_file_item)]
651 modified_files = [os.path.join(*modify_file_item)]
697 modified_files = [os.path.join(*modify_file_item)]
719 modified_files = [os.path.join(*modify_file_item)]
741 modified_files = [os.path.join(*modify_file_item)]
763 modified_files = [os.path.join(*modify_file_item)]
786 modified_files = [os.path.join(*modify_file_item)]
808 modified_files = [os.path.join(*modify_file_item)]
828 modified_files = [os.path.join(*modify_file_item)]
1070 cache_path = os.path.join(
1115 modify_file = os.path.join(task.path, *task.inc_modify_file)
1121 ts_file = os.path.join(modify_dic, ts_file_name)
1136 ts_new_file = os.path.join(modify_dic, ts_file_new_name)
1157 preview_path = os.path.join(task.path, *task.hap_module_path, *task.preview_path)
1158 preview_cache_path = os.path.join(preview_path, *task.preview_cache_path)
1159 source_map_path = os.path.join(preview_cache_path, 'debug', 'sourceMaps.json') if is_debug \
1160 else os.path.join(preview_cache_path, 'release', 'sourceMaps.json')
1179 inc_modify_file = os.path.join(task.path, *task.inc_modify_file)
1222 profile_file = os.path.join(task.path, 'build-profile.json5')
1228 sdk_path = os.path.join(openharmony_sdk_path, str(api_version), 'ets', 'build-tools')
1233 sdk_path = os.path.join(harmonyos_sdk_path, file_name, 'openharmony', 'ets', 'build-tools')
1237 new_sdk_path = os.path.join(os.path.dirname(sdk_path), new_folder_name)
1263 preview_modify_file = os.path.join(task.path, *task.inc_modify_file)
1407 modify_file = os.path.join(task.path, *modify_file_item)
1441 profile_file = os.path.join(
1505 output_file_name = '-'.join(output_file_name_items)
1514 ohos_test_output_file = os.path.join(
1571 abc_files.append(os.path.join(root, file))
1576 os.path.join(uncompressed_output_path, file))
1593 if not os.path.exists(os.path.join(uncompressed_output_path, sourcemap_file)):
1602 abc_generated_path = os.path.join(uncompressed_output_path, 'ets')
1604 modules_abc_path = os.path.join(abc_generated_path, 'modules.abc')
1622 widget_abc_path = os.path.join(abc_generated_path, 'widgets.abc')
1642 sourcemap_path = os.path.join(
1645 sourcemap_path = os.path.join(
1647 sourcemap_file = os.path.join(sourcemap_path, 'sourceMaps.map')
1676 output_file = os.path.join(task.path, *module_path, *task.build_path, *output_path)
1693 modules_abc_path = os.path.join(uncompressed_path, 'ets', 'modules.abc')
1700 ets_path = os.path.join(task.path, *module_path, 'src', 'main', 'ets')
1702 relative_path = os.path.relpath(root, os.path.join(task.path, *module_path))
1723 ets_path = os.path.join(task.path, *module_path, 'src', 'main', 'ets')
1725 relative_path = os.path.relpath(root, os.path.join(task.path, *module_path))
1745 new_filepath = os.path.join(uncompressed_path, relative_path, new_filename)
1878 node_js_path = os.path.join(deveco_path, 'tools', 'node')
1880 node_exe_path = os.path.join(node_js_path, 'node.exe')
1881 hvigor_script_path = os.path.join(deveco_path, 'tools', 'hvigor', 'bin', 'hvigorw.js')
1884 hvigor = [os.path.join(deveco_path, 'hvigorw')]
1908 page = os.path.join(*task.inc_modify_file)
1910 page = os.path.join(task.har_modify_file)
1912 page = os.path.join(task.hsp_modify_file)
1975 preview_cache_path = os.path.join(task.path, *module_path, '.preview')
1982 ohpm_bat_path = os.path.join(options.configs.get('deveco_path'), 'tools', 'ohpm', 'bin', 'ohpm.bat')
2104 backup_output_path = os.path.join(backup_path, 'output', 'debug')
2112 backup_output_path = os.path.join(backup_path, 'output', 'release')
2118 backup_output = os.path.join(
2154 backup_output_path = os.path.join(backup_path, 'output', 'debug') if is_debug \
2155 else os.path.join(backup_path, 'output', 'release')
2159 backup_output = os.path.join(backup_output_path, os.path.basename(output_file))
2162 external_hsp_backup_output = os.path.join(backup_output_path, os.path.basename(output_file))
2183 backup_preview_output_path = os.path.join(backup_path, 'preview', 'debug')
2191 backup_preview_output_path = os.path.join(backup_path, 'preview', 'release')
2195 preview_output_path = os.path.join((task.path, module, '.preview'))
2197 backup_preview_output_dir = os.path.join(
2212 backup_cache_path = os.path.join(backup_path, 'cache')
2215 cache_files = os.path.join(
2222 cache_files = os.path.join(cache_files, 'debug')
2223 backup_cache_file = os.path.join(backup_cache_path, 'debug')
2230 cache_files = os.path.join(cache_files, 'release')
2231 backup_cache_file = os.path.join(backup_cache_path, 'release')
2241 preview_backup_cache_path = os.path.join(backup_path, 'preview_cache')
2245 preview_cache_files = os.path.join(
2252 preview_cache_files = os.path.join(preview_cache_files, 'debug')
2253 preview_backup_cache_file = os.path.join(preview_backup_cache_path, 'debug')
2260 preview_cache_files = os.path.join(preview_cache_files, 'release')
2261 preview_backup_cache_file = os.path.join(preview_backup_cache_path, 'release')
2377 main_pages_json_path = os.path.join(task.path, *task.main_pages_json_path)
2405 new_file_directory = os.path.dirname(os.path.join(task.path, *task.inc_modify_file))
2406 new_file_path = os.path.join(new_file_directory, new_file_page)
2424 modify_file = os.path.join(task.path, *task.inc_modify_file)
2431 js_file_path = os.path.join(modify_dic, js_file_name)
2452 oh_package_json_path = os.path.join(task.path, 'build-profile.json5')
2475 modify_file = os.path.join(task.path, *task.inc_modify_file)
2507 oh_package_json_path = os.path.join(task.path, task.hap_module, 'oh-package.json5')
2514 dependency_path = os.path.join(task.har_module, *task.build_path, *task.har_output_path_har)
2527 har_build_profile_json_path = os.path.join(task.path, *module_path, 'build-profile.json5')
2553 file_absolute_path = os.path.join(root, file)
2555 backup_file = os.path.join(backup_path, file_relative_path)
2605 uncompressed_output_file = os.path.join(uncompressed_output_file, 'package')
2620 abc_path = os.path.join(uncompressed_output_file, 'ets', 'modules.abc')
2643 build_path = os.path.join(task.path, *task.hap_module_path, *task.build_path)
2644 cache_path = os.path.join(build_path, *task.cache_path, 'debug') if is_debug \
2645 else os.path.join(build_path, *task.cache_path, 'release')
2646 inc_modify_file = os.path.join(*task.inc_modify_file)
2650 ts_file_path = os.path.join(cache_path, dir_name, ts_file_name)
2662 cache_file = os.path.join(task.path, *task.hap_module_path, *task.build_path, *task.cache_path)
2663 npm_entries_path = os.path.join(cache_file, 'debug', 'npmEntries.txt') if is_debug else \
2664 os.path.join(cache_file, 'release', 'npmEntries.txt')
2680 build_profile_json_file = os.path.join(task.path, 'build-profile.json5')
2706 preview_modify_file = os.path.join(task.path, *task.inc_modify_file)