Home
last modified time | relevance | path

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

/external/elfutils/src/tests/
Dtest-wrapper.sh41 old_path="${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH"
50 LD_LIBRARY_PATH="$built_library_path$old_path"
55 LD_LIBRARY_PATH="${libdir}:${libdir}/elfutils$old_path"
/external/linux-tools-perf/src/tools/perf/util/
Dexec_cmd.c84 const char *old_path = getenv("PATH"); in setup_path() local
90 if (old_path) in setup_path()
91 strbuf_addstr(&new_path, old_path); in setup_path()
/external/chromium-trace/trace-viewer/tracing/build/
Djs_checks.py68 old_path = sys.path
87 sys.path = old_path
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_graph_state.cpp141 CPDF_Path old_path = pData->m_pPathList[pData->m_PathCount - 1]; in AppendPath() local
142 if (old_path.IsRect()) { in AppendPath()
143 CPDF_Rect old_rect(old_path.GetPointX(0), old_path.GetPointY(0), in AppendPath()
144 old_path.GetPointX(2), old_path.GetPointY(2)); in AppendPath()
/external/linux-tools-perf/src/tools/perf/
Dbuiltin-help.c313 const char *old_path = getenv("MANPATH"); in setup_man_path() local
321 if (old_path) in setup_man_path()
322 strbuf_addstr(&new_path, old_path); in setup_man_path()
/external/selinux/policycoreutils/sepolicy/sepolicy/
Dmanpage.py170 self.old_path = path + "/"
171 self.new_path = self.old_path + self.os_version+"/"
192 convert_manpage_to_html((self.new_path+d.split("_selinux")[0]+".html"),self.old_path+d)
197 convert_manpage_to_html((self.new_path+r.split("_selinux")[0]+".html"),self.old_path+r)
201 index = self.old_path+"index.html"
318 style_css = self.old_path+"style.css"
/external/lldb/source/Commands/
DCommandObjectProcess.cpp670 char old_path[PATH_MAX]; in DoExecute() local
672 old_exec_module_sp->GetFileSpec().GetPath (old_path, PATH_MAX); in DoExecute()
676 old_path, new_path); in DoExecute()