Searched refs:target_path (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Doat_file_assistant_test.cc993 std::vector<std::string> target_path; local
995 Split(target, '/', &target_path);
999 std::reverse(target_path.begin(), target_path.end());
1003 // components, this becomes the common suffix of target_path and cwd_path.
1004 while (!target_path.empty() && !cwd_path.empty()
1005 && target_path.back() == cwd_path.back()) {
1006 target_path.pop_back();
1012 // the end of target_path.
1014 target_path
[all...]

Completed in 7 milliseconds