Home
last modified time | relevance | path

Searched defs:defpath (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/python/cpython2/Lib/
Dntpath.py31 defpath = '.;C:\\bin' variable
33 defpath = '\\Windows' variable
Dos2emxpath.py29 defpath = '.;C:\\bin' variable
Dmacpath.py23 defpath = ':' variable
Dposixpath.py35 defpath = ':/bin:/usr/bin' variable
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/os2/
H A Dfilesys.c109 APR_DECLARE(apr_status_t) apr_filepath_get(char **defpath, apr_int32_t flags, in apr_filepath_get()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/unix/
H A Dfilepath.c37 APR_DECLARE(apr_status_t) apr_filepath_get(char **defpath, apr_int32_t flags, in apr_filepath_get()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dposixpath.py21 defpath = '/bin:/usr/bin' variable
Dntpath.py17 defpath = '.;C:\\bin' variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dposixpath.py21 defpath = '/bin:/usr/bin' variable
Dntpath.py17 defpath = '.;C:\\bin' variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dposixpath.py21 defpath = '/bin:/usr/bin' variable
Dntpath.py17 defpath = '.;C:\\bin' variable
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dposixpath.py21 defpath = '/bin:/usr/bin' variable
H A Dntpath.py17 defpath = '.;C:\\bin' variable
/aosp_15_r20/external/python/cpython3/Lib/
Dposixpath.py21 defpath = '/bin:/usr/bin' variable
Dntpath.py17 defpath = '.;C:\\bin' variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dposixpath.py21 defpath = '/bin:/usr/bin' variable
Dntpath.py17 defpath = '.;C:\\bin' variable
/aosp_15_r20/external/python/cpython2/Lib/plat-riscos/
Driscospath.py21 defpath = '<Run$Dir>' variable
/aosp_15_r20/external/python/cpython2/Modules/
Dgetpath.c385 char *defpath = pythonpath; in calculate_path() local
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_os.py1955 def _execvpe_mockup(defpath=None): argument