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

  /external/chromium/net/test/
python_utils.cc 20 std::string old_path; local
27 if (!env->GetVar(kPythonPathEnv, &old_path)) {
29 } else if (old_path.find(dir_path) == std::string::npos) {
30 std::string new_path(old_path);
  /frameworks/compile/mclinker/lib/MC/
MCLDDirectory.cpp 95 std::string old_path = Directory::m_Path.native(); local
98 Directory::m_Path.native() += old_path;
  /external/linux-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);
  /external/chromium/chrome/browser/extensions/
extension_management_browsertest.cc 90 FilePath old_path = service->extensions()->back()->path(); local
100 EXPECT_NE(old_path.value(), new_path.value());
  /external/linux-tools-perf/
builtin-help.c 323 const char *old_path = getenv("MANPATH"); local
326 * old_path, the ':' at the end will let 'man' to try
328 * there is old_path, we need ':' as delimiter. */
331 if (old_path)
332 strbuf_addstr(&new_path, old_path);
  /external/qemu/block/
vvfat.c 2361 char* old_path = mapping->path; local
    [all...]

Completed in 174 milliseconds