Home | History | Annotate | Download | only in base

Lines Matching full:target_path

69 bool SetReparsePoint(HANDLE source, const FilePath& target_path) {
73 if (kPathPrefix != target_path.value().substr(0, kPathPrefix.size()))
75 target_str += target_path.value();