Searched refs:AllowToCopy (Results 1 – 2 of 2) sorted by relevance
155 static bool AllowToCopy(const std::string& src, const std::string& dest) in AllowToCopy() function251 if (!AllowToCopy(src, dest)) { in CopyDir()
38 static bool AllowToCopy(const string &src, const string &dest) in AllowToCopy() function60 if (!AllowToCopy(src.get(), dest.get())) { in ParseAndCheckJsOperand()