1#ifndef YAZE_UTIL_PLATFORM_PATHS_H_
2#define YAZE_UTIL_PLATFORM_PATHS_H_
7#include "absl/status/statusor.h"
79 const std::string& subdir);
90 const std::string& subdir);
108 static bool Exists(
const std::filesystem::path& path);
139 static std::string
ToNativePath(
const std::filesystem::path& path);
156 static absl::StatusOr<std::filesystem::path>
FindAsset(
157 const std::string& relative_path);