1#ifndef YAZE_UTIL_PLATFORM_PATHS_H_
2#define YAZE_UTIL_PLATFORM_PATHS_H_
7#include "absl/status/statusor.h"
90 const std::string& subdir);
101 const std::string& subdir);
119 static bool Exists(
const std::filesystem::path& path);
150 static std::string
ToNativePath(
const std::filesystem::path& path);
167 static absl::StatusOr<std::filesystem::path>
FindAsset(
168 const std::string& relative_path);