Home
last modified time | relevance | path

Searched refs:AllowToCopy (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dcopy_dir.cpp155 static bool AllowToCopy(const std::string& src, const std::string& dest) in AllowToCopy() function
251 if (!AllowToCopy(src, dest)) { in CopyDir()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dcopydir.cpp38 static bool AllowToCopy(const string &src, const string &dest) in AllowToCopy() function
60 if (!AllowToCopy(src.get(), dest.get())) { in ParseAndCheckJsOperand()