Lines Matching defs:os
17 import os
24 subsystem_name = os.path.basename(file)[:-5]
53 with os.fdopen(os.open(ohos_build,
54 os.O_RDWR | os.O_CREAT, stat.S_IWUSR | stat.S_IRUSR), 'w') as fout:
61 for root, _, files in os.walk(lite_components_dir):
64 configs = _read_lite_component_configs(os.path.join(
67 ohos_build = os.path.join(
69 os.makedirs(os.path.dirname(ohos_build), exist_ok=True)
75 os.path.relpath(os.path.dirname(ohos_build),