Home
last modified time | relevance | path

Searched refs:CopyFileInner (Results 1 – 3 of 3) sorted by relevance

/developtools/global_resource_tool/include/
Dfile_entry.h57 static bool CopyFileInner(const std::string &src, const std::string &dst);
/developtools/global_resource_tool/src/
Dfile_entry.cpp145 bool FileEntry::CopyFileInner(const string &src, const string &dst) in CopyFileInner() function in OHOS::Global::Restool::FileEntry
Dresource_util.cpp215 return FileEntry::CopyFileInner(src, dst); in CopyFleInner()