Home
last modified time | relevance | path

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

/frameworks/rs/tests/lldb/tests/harness/
Dtest_base_remote.py71 old_path = re.findall(r"[^ :]+", lines[1])[1]
72 old_dir = os.path.dirname(old_path)
/frameworks/compile/mclinker/lib/MC/
DMCLDDirectory.cpp89 std::string old_path = Directory::m_Path.native(); in setSysroot() local
92 Directory::m_Path.native() += old_path; in setSysroot()