Home
last modified time | relevance | path

Searched refs:real_executable (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/cpython3/Modules/
Dgetpath.py264 executable = real_executable
273 executable = real_executable
280 real_executable = executable variable
316 if not real_executable:
317 real_executable = base_executable variable
407 base_executable = executable or real_executable or ''
409 if not real_executable:
410 real_executable = base_executable variable
413 real_executable = realpath(real_executable) variable
417 if isfile(real_executable):
[all …]
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_getpath.py28 real_executable=r"C:\Python\python.exe",
53 real_executable=r"C:\CPython\PCbuild\amd64\python.exe",
85 real_executable=r"C:\Python\python.exe",
126 real_executable=r"C:\Python\python.exe",
165 real_executable=r"C:\Python\python.exe",
192 real_executable=r"C:\CPython\PCbuild\amd64\python.exe",
220 real_executable=r"C:\Out\python.exe",
250 real_executable=r"C:\Python\python.exe",
553real_executable="/Library/Frameworks/Python.framework/Versions/9.8/Resources/Python.app/Contents/M…
596real_executable="/Library/Frameworks/DebugPython.framework/Versions/9.8/Resources/Python.app/Conte…
[all …]