1#ifndef YAZE_UTIL_PLATFORM_PATHS_H_
2#define YAZE_UTIL_PLATFORM_PATHS_H_
7#include "absl/status/statusor.h"
89 const std::string& subdir);
100 const std::string& subdir);
118 static bool Exists(
const std::filesystem::path& path);
149 static std::string
ToNativePath(
const std::filesystem::path& path);
166 static absl::StatusOr<std::filesystem::path>
FindAsset(
167 const std::string& relative_path);