HomeSort by relevance Sort by last modified time
    Searched refs:old_path (Results 1 - 16 of 16) sorted by null

  /bionic/libc/bionic/
link.cpp 32 int link(const char* old_path, const char* new_path) {
33 return linkat(AT_FDCWD, old_path, AT_FDCWD, new_path, 0);
rename.cpp 32 int rename(const char* old_path, const char* new_path) {
33 return renameat(AT_FDCWD, old_path, AT_FDCWD, new_path);
symlink.cpp 32 int symlink(const char* old_path, const char* new_path) {
33 return symlinkat(old_path, AT_FDCWD, new_path);
  /external/elfutils/src/tests/
test-wrapper.sh 41 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/
exec_cmd.c 84 const char *old_path = getenv("PATH"); local
90 if (old_path)
91 strbuf_addstr(&new_path, old_path);
  /frameworks/compile/mclinker/lib/MC/
MCLDDirectory.cpp 89 std::string old_path = Directory::m_Path.native(); local
92 Directory::m_Path.native() += old_path;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_posixpath.py 252 old_path = abspath('.')
281 os.chdir(old_path)
303 old_path = abspath('.')
315 os.chdir(old_path)
326 old_path = abspath('.')
334 os.chdir(old_path)
348 old_path = abspath('.')
361 os.chdir(old_path)
372 old_path = abspath('.')
382 os.chdir(old_path)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_posixpath.py 252 old_path = abspath('.')
281 os.chdir(old_path)
303 old_path = abspath('.')
315 os.chdir(old_path)
326 old_path = abspath('.')
334 os.chdir(old_path)
348 old_path = abspath('.')
361 os.chdir(old_path)
372 old_path = abspath('.')
382 os.chdir(old_path)
    [all...]
  /ndk/sources/android/crazy_linker/src/
crazy_linker_proc_maps.cpp 147 const char* old_path = entry.path; local
148 if (old_path) {
150 ::memcpy(new_path, old_path, entry.path_len);
  /external/linux-tools-perf/src/tools/perf/
builtin-help.c 313 const char *old_path = getenv("MANPATH"); local
316 * old_path, the ':' at the end will let 'man' to try
318 * there is old_path, we need ':' as delimiter. */
321 if (old_path)
322 strbuf_addstr(&new_path, old_path);
  /external/chromium-trace/trace-viewer/tracing/build/
js_checks.py 68 old_path = sys.path
87 sys.path = old_path
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_graph_state.cpp 141 CPDF_Path old_path = pData->m_pPathList[pData->m_PathCount - 1]; local
142 if (old_path.IsRect()) {
143 CPDF_Rect old_rect(old_path.GetPointX(0), old_path.GetPointY(0),
144 old_path.GetPointX(2), old_path.GetPointY(2));
  /external/selinux/policycoreutils/sepolicy/sepolicy/
manpage.py 170 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"
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_sdist.py 64 self.old_path = os.getcwd()
75 os.chdir(self.old_path)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_sdist.py 64 self.old_path = os.getcwd()
75 os.chdir(self.old_path)
  /external/lldb/source/Commands/
CommandObjectProcess.cpp 670 char old_path[PATH_MAX]; local
672 old_exec_module_sp->GetFileSpec().GetPath (old_path, PATH_MAX);
676 old_path, new_path);
    [all...]

Completed in 836 milliseconds