Home
last modified time | relevance | path

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

/aosp_15_r20/external/icing/icing/file/
H A Dfilesystem.cc494 std::string full_src_path = absl_ports::StrCat(src_dir, "/", p->d_name); in CopyDirectory() local
500 if (!CopyFile(full_src_path.c_str(), full_dst_path.c_str())) { in CopyDirectory()