Home
last modified time | relevance | path

Searched refs:ValidatePath (Results 1 - 4 of 4) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Dstd_filesystem.cpp62 string StdFilesystem::ValidatePath(const string_view pathIn) const in ValidatePath() function in StdFilesystem
72 CORE_LOG_V("Corrupted path in StdFilesystem::ValidatePath. not absolute"); in ValidatePath()
78 CORE_LOG_V("Corrupted path in StdFilesystem::ValidatePath. missing drive letter, or incorrect root"); in ValidatePath()
90 auto path = ValidatePath(pathIn); in OpenFile()
99 auto path = ValidatePath(pathIn); in CreateFile()
109 auto path = ValidatePath(pathIn); in DeleteFile()
123 auto path = ValidatePath(pathIn); in OpenDirectory()
133 auto path = ValidatePath(pathIn); in CreateDirectory()
143 auto path = ValidatePath(pathIn); in DeleteDirectory()
157 auto pathFrom = ValidatePath(fromPat in Rename()
[all...]
H A Dstd_filesystem.h56 BASE_NS::string ValidatePath(BASE_NS::string_view path) const;
/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/ohos/
H A Dohos_filesystem.cpp47 string OhosFilesystem::ValidatePath(const string_view pathIn) const in ValidatePath() function in OhosFilesystem
113 auto path = ValidatePath(pathIn); in OpenDirectory()
H A Dohos_filesystem.h59 BASE_NS::string ValidatePath(const BASE_NS::string_view pathIn) const;

Completed in 2 milliseconds