Home
last modified time | relevance | path

Searched refs:U8Path (Results 1 - 3 of 3) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Dstd_filesystem.cpp55 std::filesystem::path U8Path(string_view str) in U8Path() function
115 return std::filesystem::remove(U8Path(path), ec) && !ec; in DeleteFile()
149 return std::filesystem::remove(U8Path(path), ec) && !ec; in DeleteDirectory()
165 std::filesystem::rename(U8Path(pathFrom), U8Path(pathTo), ec); in Rename()
200 auto canonicalPath = std::filesystem::canonical(U8Path(uri), ec); in GetEntry()
H A Dstd_directory.cpp79 std::filesystem::path U8Path(string_view str) in U8Path() function
102 if (std::filesystem::create_directory(U8Path(path), ec)) { in Create()
112 if (std::filesystem::is_directory(U8Path(path), ec)) { in Open()
126 for (auto& iter : std::filesystem::directory_iterator(U8Path(dir_->path_), ec)) { in GetEntries()
253 std::filesystem::path fsPath = std::filesystem::canonical(U8Path(path), ec); in ResolveAbsolutePath()
H A Dstd_file.cpp82 std::filesystem::path U8Path(string_view str) in U8Path() function
111 auto canonicalPath = std::filesystem::canonical(U8Path(path), ec); in Open()
145 auto canonicalPath = std::filesystem::weakly_canonical(U8Path(path), ec); in Create()

Completed in 2 milliseconds