OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:py_path
(Results
1 - 2
of
2
) sorted by null
/external/python/cpython2/Launcher/
launcher_internal.cpp
160
PyObject *
py_path
;
local
161
py_path
= PyString_FromString(path);
162
if (
py_path
== NULL) {
169
Py_DECREF(
py_path
);
172
PyList_Insert(sys_path, 0,
py_path
);
173
Py_DECREF(
py_path
);
/external/chromium-trace/
systrace.py
31
py_path
= os.path.join(dirname, root + '.py')
34
if not os.path.exists(
py_path
):
Completed in 137 milliseconds