Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/io/dev/
H A DFileMonitor.h61 bool removeFile(const std::string &aPath);
H A DFileMonitor.cpp212 removeFile(ref); in removePath()
245 bool FileMonitor::removeFile(const std::string& aPath) in removeFile() function in ige::FileMonitor
321 removeFile(ref); in scanModifications()
/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_file_cache.cpp213 auto removeFile = ConstructCacheFilePath(infoIter->fileName); in EraseCacheFile() local
214 if (remove(removeFile.c_str()) != 0) { in EraseCacheFile()
215 TAG_LOGW(AceLogTag::ACE_IMAGE, "remove file %{private}s failed.", removeFile.c_str()); in EraseCacheFile()

Completed in 2 milliseconds