Home
last modified time | relevance | path

Searched refs:stat (Results 1 - 25 of 37) sorted by relevance

12

/build/config/components/init/param/
H A Dparam_fixer.py20 import stat namespace
75 modes = stat.S_IWUSR | stat.S_IRUSR | stat.S_IWGRP | stat.S_IRGRP
/build/lite/testfwk/
H A Dgen_module_list_files.py19 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 Dgen_testfwk_info.py21 import stat namespace
35 os.O_RDWR | os.O_CREAT, stat.S_IWUSR | stat.S_IRUSR),
/build/ohos/images/mkimage/
H A Dimkcovert.py20 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 Dparse_lite_subsystems_config.py18 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 Drefactor_hpm_bundle_json.py20 import stat namespace
63 modes = stat.S_IWUSR | stat.S_IRUSR
H A Dutils.py18 import stat namespace
H A Dgenerate_target_build_gn.py20 import stat namespace
67 modes = stat.S_IWUSR | stat.S_IRUSR
H A Dgenerate_components.py20 import stat namespace
250 modes = stat.S_IWUSR | stat.S_IRUSR
262 modes = stat.S_IWUSR | stat.S_IRUSR
H A Dvariants_info_handler.py20 import stat namespace
/build/toolchain/
H A Dget_concurrent_links.py36 stat = MEMORYSTATUSEX(dwLength=ctypes.sizeof(MEMORYSTATUSEX))
37 ctypes.windll.kernel32.GlobalMemoryStatusEx(ctypes.byref(stat))
38 return stat.ullTotalPhys
H A Drustc_wrapper.py24 import stat namespace
52 modes = stat.S_IWUSR | stat.S_IRUSR
/build/test/example/
H A Dmylogger.py25 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 Dcollect_module_notice_file.py20 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 Dcollect_system_notice_files.py50 if os.path.exists(notice_file) is False or os.stat(
/build/scripts/util/
H A Dpyd.py102 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 Dbuild_utils.py18 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 Dgen_doc.py22 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 Dget_subsystem_with_component.py18 import stat namespace
93 modes = stat.S_IWUSR | stat.S_IRUSR
/build/templates/rust/
H A Drun_build_script.py23 import stat namespace
73 os.O_RDWR | os.O_CREAT, stat.S_IWUSR | stat.S_IRUSR),
/build/tools/component_tools/static_check/
H A Dcsct.py19 import stat namespace
158 modes = stat.S_IWUSR | stat.S_IRUSR
/build/hb/services/
H A Dpreloader.py19 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 Dproduct_config_version_convert.py50 modes = stat.S_IWUSR | stat.S_IRUSR
/build/templates/common/
H A Dinclude_relative_path_check.py22 import stat namespace
90 modes = stat.S_IWUSR | stat.S_IRUSR
/build/hb/resolver/
H A Dbuild_args_resolver.py22 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

Completed in 9 milliseconds

12