Searched refs:full_src_path (Results 1 – 1 of 1) sorted by relevance
494 std::string full_src_path = absl_ports::StrCat(src_dir, "/", p->d_name); in CopyDirectory() local500 if (!CopyFile(full_src_path.c_str(), full_dst_path.c_str())) { in CopyDirectory()