Home
last modified time | relevance | path

Searched refs:GetAbsolutePath (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/engine/flutter/fml/platform/win/
Dfile_win.cc46 static std::string GetAbsolutePath(const fml::UniqueFD& base_directory, in GetAbsolutePath() function
137 return OpenFile(GetAbsolutePath(base_directory, path).c_str(), in OpenFile()
181 return OpenDirectory(GetAbsolutePath(base_directory, path).c_str(), in OpenDirectory()
280 StringToWideString(GetAbsolutePath(base_directory, path)).c_str())) { in UnlinkDirectory()
299 StringToWideString(GetAbsolutePath(base_directory, path)).c_str())) { in UnlinkFile()
327 return IsFile(GetAbsolutePath(base_directory, path).c_str()); in FileExists()
337 auto file_path = GetAbsolutePath(base_directory, file_name); in WriteAtomically()
/third_party/skia/gn/
Dgn_to_cmake.py165 self.build_path = self.GetAbsolutePath(build_settings['build_dir'])
167 def GetAbsolutePath(self, path): member in Project
238 output_abs_path = project.GetAbsolutePath(output)
258 out.write(CMakeStringEscape(project.GetAbsolutePath(script)))
301 source_abs_path = project.GetAbsolutePath(source)
307 output_abs_path = project.GetAbsolutePath(output)
328 out.write(CMakeStringEscape(project.GetAbsolutePath(script)))
366 output_abs_path = project.GetAbsolutePath(output)
376 abs_src_path = CMakeStringEscape(project.GetAbsolutePath(src))
430 out.write(project.GetAbsolutePath(include_dir))
[all …]
/third_party/flutter/skia/gn/
Dgn_to_cmake.py168 def GetAbsolutePath(self, path): member in Project
239 output_abs_path = project.GetAbsolutePath(output)
259 out.write(CMakeStringEscape(project.GetAbsolutePath(script)))
302 source_abs_path = project.GetAbsolutePath(source)
308 output_abs_path = project.GetAbsolutePath(output)
329 out.write(CMakeStringEscape(project.GetAbsolutePath(script)))
367 output_abs_path = project.GetAbsolutePath(output)
377 abs_src_path = CMakeStringEscape(project.GetAbsolutePath(src))
431 out.write(project.GetAbsolutePath(include_dir))
510 source_abs_path = project.GetAbsolutePath(source)
[all …]