Searched refs:ScanModifications (Results 1 - 4 of 4) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/ |
H A D | filesystem_api.cpp | 62 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 D | file_monitor.h | 51 void ScanModifications(BASE_NS::vector<BASE_NS::string>& added, BASE_NS::vector<BASE_NS::string>& removed,
|
H A D | file_monitor.cpp | 168 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 D | intf_file_monitor.h | 50 virtual void ScanModifications(BASE_NS::vector<BASE_NS::string>& added, BASE_NS::vector<BASE_NS::string>& removed,
|
Completed in 2 milliseconds