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

/external/chromium_org/net/test/
H A Dpython_utils.h16 extern const char kPythonPathEnv[];
H A Dpython_utils_unittest.cc30 env->UnSetVar(kPythonPathEnv);
34 env->GetVar(kPythonPathEnv, &python_path);
39 env->GetVar(kPythonPathEnv, &python_path);
H A Dpython_utils.cc17 const char kPythonPathEnv[] = "PYTHONPATH"; variable
28 if (!env->GetVar(kPythonPathEnv, &old_path)) {
29 env->SetVar(kPythonPathEnv, dir_path.c_str());
38 env->SetVar(kPythonPathEnv, new_path);
/external/chromium_org/net/test/spawned_test_server/
H A Dlocal_test_server_posix.cc107 VLOG(1) << "LaunchPython called with PYTHONPATH = " << getenv(kPythonPathEnv);

Completed in 832 milliseconds