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

/art/runtime/
H A Doat_file_assistant_test.cc994 std::vector<std::string> cwd_path; local
996 Split(cwd, '/', &cwd_path);
1000 std::reverse(cwd_path.begin(), cwd_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()) {
1007 cwd_path.pop_back();
1010 // For each element of the remaining cwd_path, add '..' to the beginning
1013 for (unsigned int i = 0; i < cwd_path
[all...]

Completed in 299 milliseconds