OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:userpath
(Results
1 - 5
of
5
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
win_add2path.py
25
userpath
= site.USER_SITE.replace(appdata, "%APPDATA%")
26
userscripts = os.path.join(
userpath
, "Scripts")
/external/python/cpython2/Tools/scripts/
win_add2path.py
25
userpath
= site.USER_SITE.replace(appdata, "%APPDATA%")
26
userscripts = os.path.join(
userpath
, "Scripts")
/external/python/cpython3/Tools/scripts/
win_add2path.py
26
userpath
= os.path.dirname(usersite)
27
userscripts = os.path.join(
userpath
, "Scripts")
/external/python/cpython2/PC/
getpathp.c
474
char *
userpath
= NULL;
local
516
userpath
= getpythonregpath(HKEY_CURRENT_USER, skiphome);
521
machinepath!=NULL ||
userpath
!=NULL;
527
(3) for Win32, the machinepath and
userpath
, if set;
552
if (
userpath
)
553
bufsz += strlen(
userpath
) + 1;
576
if (
userpath
)
577
free(
userpath
);
593
if (
userpath
) {
594
strcpy(buf,
userpath
);
[
all
...]
/external/python/cpython2/PC/os2vacpp/
getpathp.c
305
char *machinepath, *
userpath
;
local
311
userpath
= NULL;
314
userpath
= getpythonregpath(HKEY_CURRENT_USER, FALSE);
347
(2) for Win32, the machinepath and
userpath
, if set;
373
if (
userpath
)
374
bufsz += strlen(
userpath
) + 1;
403
if (
userpath
) {
404
strcpy(buf,
userpath
);
Completed in 1091 milliseconds