/build/config/components/init/param/ |
H A D | param_fixer.py | 20 import stat namespace 75 modes = stat.S_IWUSR | stat.S_IRUSR | stat.S_IWGRP | stat.S_IRGRP
|
/build/lite/testfwk/ |
H A D | gen_module_list_files.py | 19 import stat namespace 52 os.O_RDWR | os.O_CREAT, stat.S_IWUSR | stat.S_IRUSR), 73 os.O_RDWR | os.O_CREAT, stat.S_IWUSR | stat.S_IRUSR),
|
H A D | gen_testfwk_info.py | 21 import stat namespace 35 os.O_RDWR | os.O_CREAT, stat.S_IWUSR | stat.S_IRUSR),
|
/build/ohos/images/mkimage/ |
H A D | imkcovert.py | 20 import stat namespace 34 modes = stat.S_IWUSR | stat.S_IRUSR 89 modes = stat.S_IWUSR | stat.S_IRUSR 154 modes = stat.S_IWUSR | stat.S_IRUSR 169 modes = stat.S_IWUSR | stat.S_IRUSR
|
/build/hb/util/preloader/ |
H A D | parse_lite_subsystems_config.py | 18 import stat namespace 54 os.O_RDWR | os.O_CREAT, stat.S_IWUSR | stat.S_IRUSR), 'w') as fout:
|
/build/indep_configs/scripts/ |
H A D | refactor_hpm_bundle_json.py | 20 import stat namespace 63 modes = stat.S_IWUSR | stat.S_IRUSR
|
H A D | utils.py | 18 import stat
namespace
|
H A D | generate_target_build_gn.py | 20 import stat namespace 67 modes = stat.S_IWUSR | stat.S_IRUSR
|
H A D | generate_components.py | 20 import stat namespace 250 modes = stat.S_IWUSR | stat.S_IRUSR 262 modes = stat.S_IWUSR | stat.S_IRUSR
|
H A D | variants_info_handler.py | 20 import stat
namespace
|
/build/toolchain/ |
H A D | get_concurrent_links.py | 36 stat = MEMORYSTATUSEX(dwLength=ctypes.sizeof(MEMORYSTATUSEX)) 37 ctypes.windll.kernel32.GlobalMemoryStatusEx(ctypes.byref(stat)) 38 return stat.ullTotalPhys
|
H A D | rustc_wrapper.py | 24 import stat namespace 52 modes = stat.S_IWUSR | stat.S_IRUSR
|
/build/test/example/ |
H A D | mylogger.py | 25 import stat namespace 78 stat.S_IWUSR | stat.S_IRUSR), self.mode, encoding=self.encoding) as f: 109 stat.S_IWUSR | stat.S_IRUSR), "r", encoding="utf-8") as json_file:
|
/build/ohos/notice/ |
H A D | collect_module_notice_file.py | 20 import stat namespace 213 with os.fdopen(os.open(notice_file, os.O_RDWR | os.O_CREAT, stat.S_IWUSR | stat.S_IRUSR), 216 with os.fdopen(os.open(output, os.O_RDWR | os.O_CREAT, stat.S_IWUSR | stat.S_IRUSR), 220 with os.fdopen(os.open(output, os.O_RDWR | os.O_CREAT, stat.S_IWUSR | stat.S_IRUSR),
|
H A D | collect_system_notice_files.py | 50 if os.path.exists(notice_file) is False or os.stat(
|
/build/scripts/util/ |
H A D | pyd.py | 102 stat = os.stat(path) 103 if stat.st_atime < int(earlier_time): 106 disk_usage += stat.st_size 200 parser.add_argument('--stat', 212 if options.stat:
|
H A D | build_utils.py | 18 import stat namespace 275 return max(os.lstat(path).st_mtime, os.stat(path).st_mtime) 301 return stat.S_ISLNK(zi.external_attr >> 16) 370 zipinfo.external_attr |= stat.S_IFLNK << 16 # mark as a symlink 377 st = os.stat(src_path) 378 for mode in (stat.S_IXUSR, stat.S_IXGRP, stat.S_IXOTH):
|
/build/lite/ndk/doc/ |
H A D | gen_doc.py | 22 import stat namespace 55 os.O_RDWR | os.O_CREAT, stat.S_IWUSR | stat.S_IRUSR),
|
/build/tools/component_tools/static_check/bundle_check/ |
H A D | get_subsystem_with_component.py | 18 import stat namespace 93 modes = stat.S_IWUSR | stat.S_IRUSR
|
/build/templates/rust/ |
H A D | run_build_script.py | 23 import stat namespace 73 os.O_RDWR | os.O_CREAT, stat.S_IWUSR | stat.S_IRUSR),
|
/build/tools/component_tools/static_check/ |
H A D | csct.py | 19 import stat namespace 158 modes = stat.S_IWUSR | stat.S_IRUSR
|
/build/hb/services/ |
H A D | preloader.py | 19 import stat namespace 104 os.O_RDWR | os.O_CREAT, stat.S_IWUSR | stat.S_IRUSR), 'w') as fobj: 196 os.O_RDWR | os.O_CREAT, stat.S_IWUSR | stat.S_IRUSR), 'w') as fobj:
|
/build/tools/ |
H A D | product_config_version_convert.py | 50 modes = stat.S_IWUSR | stat.S_IRUSR
|
/build/templates/common/ |
H A D | include_relative_path_check.py | 22 import stat namespace 90 modes = stat.S_IWUSR | stat.S_IRUSR
|
/build/hb/resolver/ |
H A D | build_args_resolver.py | 22 import stat namespace 258 mtime = os.stat(logfile).st_mtime 701 os.O_RDWR | os.O_CREAT, stat.S_IWUSR | stat.S_IRUSR), 714 os.O_RDWR | os.O_CREAT, stat.S_IWUSR | stat.S_IRUSR), 761 """resolve "--stat-ccache' arg
|