HomeSort by relevance Sort by last modified time
    Searched refs:search_for_exec_prefix (Results 1 - 3 of 3) sorted by null

  /external/python/cpython2/Modules/
getpath.c 307 /* search_for_exec_prefix requires that argv0_path be no more than
311 search_for_exec_prefix(char *argv0_path, char *home) function
400 search_for_exec_prefix(argv0_path, home);
585 if (!(efound = search_for_exec_prefix(argv0_path, home))) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
getpath.c 317 /* search_for_exec_prefix requires that argv0_path be no more than
321 search_for_exec_prefix(char *argv0_path, char *home) function
536 if (!(efound = search_for_exec_prefix(argv0_path, home))) {
  /external/python/cpython3/Modules/
getpath.c 377 /* search_for_exec_prefix requires that argv0_path be no more than
381 search_for_exec_prefix(wchar_t *argv0_path, wchar_t *home, function
691 efound = search_for_exec_prefix(argv0_path, home,

Completed in 189 milliseconds