Home
last modified time | relevance | path

Searched refs:CurrentDirName (Results 1 – 7 of 7) sorted by relevance

/external/syslinux/core/fs/lib/
Dloadconfig.c29 search_directories[0] = CurrentDirName; in generic_open_config()
31 dprintf("CurrentDirName: \"%s\"\n", CurrentDirName); in generic_open_config()
Dchdir.c6 return chdir(CurrentDirName); in generic_chdir_start()
/external/syslinux/core/elflink/
Dload_env32.c124 if (strlen(CurrentDirName) && !path_add(CurrentDirName)) { in load_env32()
/external/syslinux/core/
Dcom32.inc62 global CurrentDirName:data hidden
63 CurrentDirName resb FILENAME_MAX
Ddiskstart.inc72 CurrentDirPtr dw CurrentDirName-LDLINUX_SYS ; Current directory name string
95 global CurrentDirName:data hidden, SubvolName:data hidden
96 CurrentDirName times CURRENTDIR_MAX db 0
/external/syslinux/core/include/
Dcore.h21 extern char CurrentDirName[];
/external/syslinux/efi/
Dmain.c23 char CurrentDirName[CURRENTDIR_MAX]; variable
1238 c8 = CurrentDirName; in efi_setcwd()