Searched refs:src_path (Results 1 – 3 of 3) sorted by relevance
405 const std::string& src_path = GetPath(); in Decompress() local407 LOG(INFO) << "Decompressing" << src_path << " to " << dest_path; in Decompress()415 unique_fd src_fd(open(src_path.c_str(), O_RDONLY | O_CLOEXEC)); in Decompress()422 int ret = OpenArchiveFd(src_fd.get(), src_path.c_str(), &handle, false); in Decompress()424 return Error() << "Failed to open package " << src_path << ": " in Decompress()435 << "\" in package " << src_path << ": " in Decompress()460 LOG(VERBOSE) << "Decompressed " << src_path << " to " << dest_path; in Decompress()
153 for src_path in source_dir.iterdir():154 dest_path = testdata_dir / src_path.name157 if src_path.is_file():158 shutil.copyfile(src_path, dest_path)159 elif src_path.is_dir():160 shutil.copytree(src_path, dest_path)
90 atest --test-mapping [src_path]:all