Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/io/
H A Dintf_file_manager.h119 * @param prepend If true, adds path to begin of search list
121 virtual bool RegisterPath(BASE_NS::string_view protocol, BASE_NS::string_view uri, bool prepend) = 0;
/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Dfile_manager.h66 bool RegisterPath(BASE_NS::string_view protocol, BASE_NS::string_view uri, bool prepend) override;
H A Dfile_manager.cpp328 bool FileManager::RegisterPath(const string_view protocol, const string_view uriIn, bool prepend) in RegisterPath() argument
335 if (prepend) { in RegisterPath()

Completed in 1 milliseconds