/ohos5.0/build/ohos/notice/ |
H A D | collect_system_notice_files.py | 23 os.path.dirname(os.path.dirname(os.path.dirname( 55 os.makedirs(os.path.dirname(dest), exist_ok=True) 59 os.makedirs(os.path.dirname("{}.json".format(dest)), exist_ok=True) 67 os.makedirs(os.path.dirname(dest), exist_ok=True) 70 os.makedirs(os.path.dirname("{}.json".format(dest)), exist_ok=True)
|
/ohos5.0/build/lite/testfwk/ |
H A D | gen_module_list_files.py | 23 sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__)))) 47 format(os.path.dirname(options.module_list_file))) 48 if not os.path.exists(os.path.dirname(options.module_list_file)): 49 makedirs(os.path.dirname(options.module_list_file)) 78 os.path.dirname(options.source_dir), source)
|
H A D | lite_testcase_resource_copy.py | 22 os.path.dirname(os.path.dirname(os.path.dirname( 43 dest_dir = os.path.dirname(dest_path) 176 dest_dir = os.path.dirname(dest_file) 203 test_resource_path = os.path.dirname(resource_config_file)
|
/ohos5.0/build/ohos/testfwk/ |
H A D | gen_module_list_files.py | 21 os.path.dirname(os.path.dirname(os.path.dirname( 45 if not os.path.exists(os.path.dirname(options.module_list_file)): 46 os.makedirs(os.path.dirname(options.module_list_file), exist_ok=True)
|
H A D | test_py_file_copy.py | 21 os.path.dirname(os.path.dirname(os.path.dirname( 34 dest_dir = os.path.dirname(output_file)
|
H A D | testcase_resource_copy.py | 23 os.path.dirname(os.path.dirname(os.path.dirname( 45 dest_dir = os.path.dirname(dest_path) 181 dest_dir = os.path.dirname(dest_file) 238 _dir_name = os.path.dirname(resource_config_file) 240 _dir_name = os.path.dirname(_dir_name) 270 test_resource_path = os.path.dirname(resource_config_file) 287 test_resource_path = os.path.dirname(resource_config_file)
|
/ohos5.0/build/ohos/packages/rules/ |
H A D | categorized_libraries_utils.py | 19 sys.path.append(os.path.dirname( 20 os.path.dirname(os.path.dirname(os.path.dirname( 87 os.path.dirname(os.path.abspath(__file__)), "categorized-libraries.json"))
|
/ohos5.0/build/ohos/sdk/ |
H A D | add_notice_file.py | 22 os.path.dirname(os.path.dirname(os.path.dirname( 49 dirname = zip_file.namelist()[0].split('/')[0] 50 arcname = os.path.join(dirname,
|
H A D | generate_all_types_sdk.py | 21 os.path.dirname( 22 os.path.dirname(os.path.dirname(os.path.abspath(__file__))))) 27 os.path.join(os.path.dirname(__file__),
|
H A D | generate_hap_build_sdk_config.py | 30 os.path.dirname( 31 os.path.dirname(os.path.dirname(os.path.abspath(__file__)))))
|
/ohos5.0/build/test/script/ |
H A D | start_ex.sh | 17 script_path=$(cd $(dirname $0);pwd) 18 pre_dir_path=$(dirname ${script_path}) 19 pre_dir_path=$(dirname ${pre_dir_path}) 20 root_path=$(dirname ${pre_dir_path})
|
/ohos5.0/build/ohos/packages/ |
H A D | platforms_install_info.py | 21 os.path.dirname(os.path.dirname(os.path.dirname( 53 platform_out_dir = os.path.dirname(args.system_install_info_file)
|
H A D | modules_install.py | 22 os.path.dirname(os.path.dirname(os.path.dirname( 27 sys.path.append(os.path.join(os.path.dirname(os.path.abspath(__file__)), "rules")) 119 os.path.dirname(dest)) 142 symlink_dest_dir = os.path.dirname(dest) 153 … relpath = os.path.relpath(os.path.dirname(symlink_src_file), os.path.dirname(symlink_dest_file)) 154 if not os.path.exists(os.path.dirname(symlink_dest_file)): 155 os.makedirs(os.path.dirname(symlink_dest_file), exist_ok=True)
|
H A D | system_gzip_package.py | 23 os.path.dirname(os.path.dirname(os.path.dirname( 46 if not os.path.exists(os.path.dirname(dest_file_path)): 47 os.makedirs(os.path.dirname(dest_file_path), exist_ok=True)
|
H A D | generate_host_symlink.py | 22 os.path.dirname(os.path.dirname(os.path.dirname( 43 symlink_dest_dir = os.path.dirname(source_file)
|
H A D | parts_install_info.py | 22 os.path.dirname(os.path.dirname(os.path.dirname( 69 platform_out_dir = os.path.dirname(args.system_install_info_file)
|
/ohos5.0/build/ohos/ndk/ |
H A D | create_ndk_docs_portal.py | 20 sys.path.append(os.path.join(os.path.dirname(__file__), os.pardir, os.pardir)) 55 os.path.dirname(options.portal_path)) 61 os.makedirs(os.path.dirname(options.docs_archive), exist_ok=True) 64 os.path.dirname(options.portal_path),
|
/ohos5.0/build/hb/resources/ |
H A D | global_var.py | 22 CURRENT_OHOS_ROOT = os.path.dirname(os.path.dirname( 23 os.path.dirname(os.path.dirname(os.path.abspath(__file__)))))
|
/ohos5.0/build/lite/make_rootfs/ |
H A D | rootfsimg_linux.sh | 26 EXT4_SH=$(dirname $(readlink -f "$0"))/../../../third_party/e2fsprogs/e2fsprogs/contrib/populate-ex… 27 INSTALL_E2FSPROGS_SH=$(dirname $(readlink -f "$0"))/../../../third_party/e2fsprogs/install.sh 28 INSTALL_E2FSPROGS_PATH=$(dirname $(readlink -f "$0"))/../../../third_party/e2fsprogs 49 CONFIG_PATH=$(dirname $(readlink -f "$0"))/rootfs_linux.config
|
/ohos5.0/build/templates/common/ |
H A D | get_subsystem_name.py | 20 os.path.dirname(os.path.dirname(os.path.dirname(
|
/ohos5.0/build/ohos/sa_profile/ |
H A D | sa_profile_binary.py | 22 os.path.dirname(os.path.dirname(os.path.dirname( 52 subsystem_sa_archive_dir = os.path.dirname(sa_profile_archive_info_file)
|
H A D | sa_profile.py | 21 os.path.dirname(os.path.dirname(os.path.dirname(
|
H A D | sa_profile_archive.py | 22 os.path.dirname(os.path.dirname(os.path.dirname( 63 _info_file_dir = os.path.dirname(archive_info_file)
|
/ohos5.0/build/ohos/hisysevent/ |
H A D | hisysevent_process.py | 22 os.path.dirname(os.path.dirname(os.path.dirname( 101 _output_path = os.path.dirname(args.hisysevent_install_info_file)
|
/ohos5.0/build/hb/util/ |
H A D | log_util.py | 83 os.makedirs(os.path.dirname(log_path), exist_ok=True) 121 error_log = os.path.join(os.path.dirname(log_path), 'error.log') 143 error_log = os.path.join(os.path.dirname(log_path), 'error.log') 163 error_log = os.path.join(os.path.dirname(log_path), 'error.log') 186 last_error_log = os.path.join(os.path.dirname(log_path), 'error.log') 190 last_error_log, '{}/error.{}.log'.format(os.path.dirname(last_error_log), mtime))
|