Lines Matching refs:path
27 if os.path.isfile(filename):
44 for path, _, files in os.walk(file_dir):
47 x_file = os.path.relpath(os.path.join(path, file),
54 if not os.path.exists(subsystem_sdk_out_dir) or not os.path.isdir(
62 module_dir = os.path.join(subsystem_sdk_out_dir, module_name)
63 if not os.path.exists(module_dir) or not os.path.isdir(module_dir):
71 os.path.join(module_dir, h_file))
74 check_file = os.path.join(sig_file_gen_dir, module_name,
76 file_dir = os.path.dirname(os.path.abspath(check_file))
77 if not os.path.exists(file_dir):
87 if not os.path.isdir(sdk_base_dir):
94 target_type_dir = os.path.join(sdk_base_dir, target_type)
95 if not os.path.isdir(target_type_dir) or target_type.startswith(
109 check_file = os.path.join(check_file_dir, subsystem_name, module_name,
111 if not os.path.isfile(check_file):
122 module_dir = os.path.join(subsystem_sdk_dir, module_name)
130 file_sha256 = self.get_file_sha256(os.path.join(
140 subsystem_dir = os.path.join(target_type_dir, subsystem_name)
141 if not os.path.isdir(subsystem_dir) or target_type.startswith(