Searched defs:kPythonPathEnv (Results 1 - 1 of 1) sorted by path

/external/chromium_org/net/test/
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);

Completed in 339 milliseconds