Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Dfilesystem_api.cpp62 void ScanModifications(vector<string>& added, vector<string>& removed, vector<string>& modified) override;
253 void FileMonitorImpl::ScanModifications(vector<string>& added, vector<string>& removed, vector<string>& modified) in ScanModifications() function in FileMonitorImpl
259 fileMonitor_->ScanModifications(added, removed, modified); in ScanModifications()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/dev/
H A Dfile_monitor.h51 void ScanModifications(BASE_NS::vector<BASE_NS::string>& added, BASE_NS::vector<BASE_NS::string>& removed,
H A Dfile_monitor.cpp168 void FileMonitor::ScanModifications(vector<string>& added, vector<string>& removed, vector<string>& modified) in ScanModifications() function in FileMonitor
170 CORE_CPU_PERF_SCOPE("Other", "FileMonitor", "ScanModifications()"); in ScanModifications()
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/io/
H A Dintf_file_monitor.h50 virtual void ScanModifications(BASE_NS::vector<BASE_NS::string>& added, BASE_NS::vector<BASE_NS::string>& removed,

Completed in 2 milliseconds