Home
last modified time | relevance | path

Searched defs:commandline (Results 1 – 13 of 13) sorted by relevance

/third_party/uboot/u-boot-2020.01/arch/nds32/lib/
Dbootm.c46 char *commandline = env_get("bootargs"); in do_bootm_linux() local
161 static void setup_commandline_tag(bd_t *bd, char *commandline) in setup_commandline_tag()
/third_party/glib/gio/
Dgiowin32-private.c168 _g_win32_parse_filename (const gunichar2 *commandline, in _g_win32_parse_filename()
264 _g_win32_extract_executable (const gunichar2 *commandline, in _g_win32_extract_executable()
433 _g_win32_fixup_broken_microsoft_rundll_commandline (gunichar2 *commandline) in _g_win32_fixup_broken_microsoft_rundll_commandline()
Dgwin32appinfo.c5152 g_app_info_create_from_commandline (const char *commandline, in g_app_info_create_from_commandline()
Dgdesktopappinfo.c4056 g_app_info_create_from_commandline (const char *commandline, in g_app_info_create_from_commandline()
/third_party/uboot/u-boot-2020.01/arch/nios2/lib/
Dbootm.c16 char *commandline = env_get("bootargs"); in do_bootm_linux() local
/third_party/python/Mac/PythonLauncher/
DPreferencesWindowController.h20 IBOutlet NSTextField *commandline; variable
DMyDocument.h27 IBOutlet NSTextField *commandline; variable
/third_party/uboot/u-boot-2020.01/arch/arm/lib/
Dbootm.c148 static void setup_commandline_tag(bd_t *bd, char *commandline) in setup_commandline_tag()
233 char *commandline = env_get("bootargs"); in boot_prep_linux() local
/third_party/uboot/u-boot-2020.01/arch/xtensa/lib/
Dbootm.c140 char *commandline = env_get("bootargs"); in do_bootm_linux() local
/third_party/python/Mac/BuildScript/
Dbuild-installer.py540 def runCommand(commandline): argument
555 def captureCommand(commandline): argument
/third_party/skia/tools/skpbench/
Dskpbench.py109 def dump_commandline_if_verbose(commandline): argument
/third_party/flutter/skia/tools/skpbench/
Dskpbench.py95 def dump_commandline_if_verbose(commandline): argument
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/
Dsetup.h75 char commandline[COMMAND_LINE_SIZE]; member