Lines Matching refs:path
74 if not os.path.exists(input_file):
83 file_dir = os.path.dirname(os.path.abspath(output_file))
84 if not os.path.exists(file_dir):
109 _parent_output = os.path.dirname(_output)
111 if to_dir and not os.path.exists(_output):
113 if not to_dir and not os.path.exists(_parent_output):
116 if not os.path.isdir(_output):
130 if os.path.isfile(source_file):
137 if os.path.isdir(source_file):
146 path = "%s%s/%s" % (
148 outputs.append(path)
149 print(path)
153 def get_subsystem_name(path):
157 _path = path.lower()
170 if not os.path.exists(module_list_file):
182 def glob(path, filename_pattern):
184 for dir_path, _, files in os.walk(path):
186 files.append(os.path.join(dir_path, filename))
204 gradle_dir = os.path.join(project_path, "gradle")
224 gradle_output_dir = os.path.join(gradle_dir, "entry", "build", "outputs")
225 if not os.path.exists(gradle_output_dir):
228 if not os.path.exists(out_put_dir):
238 file_util.copy_file(os.path.join(root, file),
239 os.path.join(out_put_dir.rstrip(','),