/external/chromium/base/ |
process_util.h | 215 // cmdline = "c:\windows\explorer.exe" -foo "c:\bar\" 221 BASE_API bool LaunchApp(const std::wstring& cmdline, 227 BASE_API bool LaunchAppWithHandleInheritance(const std::wstring& cmdline, 232 // represented by |token| had launched it. The caveats about |cmdline| and 242 const std::wstring& cmdline, 250 const std::wstring& cmdline,
|
logging.cc | 489 std::wstring cmdline = UTF8ToWide(str); local 490 if (cmdline.empty()) 498 if (CreateProcessW(prog_name, &cmdline[0], NULL, NULL, false, 0, NULL, 505 MessageBoxW(NULL, &cmdline[0], L"Fatal error",
|
/external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/ |
SDL_gsevents.c | 354 int cmdline, len, arglen; local 367 SDL_snprintf(path, SDL_arraysize(path), "/proc/%d/cmdline", pid); 368 cmdline = open(path, O_RDONLY, 0); 369 if ( cmdline >= 0 ) { 370 len = read(cmdline, args, sizeof(args)); 380 close(cmdline);
|
/external/srec/shared/include/ |
ESR_Session.h | 234 * Keys are imported as "cmdline.[name]" where [name] is the name of the command-line argument 238 * ["cmdline.timer", "5"] 244 * ["cmdline.timer", "value"] before the aforementioned example occured, then the old 526 * Keys are imported as "cmdline.[name]" where [name] is the name of the command-line argument 530 * ["cmdline.timer", "5"] 536 * ["cmdline.timer", "value"] before the aforementioned example occured, then the old
|
ESR_SessionType.h | 281 * Keys are imported as "cmdline.[name]" where [name] is the name of the command-line argument 285 * ["cmdline.timer", "5"] 291 * ["cmdline.timer", "value"] before the aforementioned example occured, then the old
|
/external/qemu/ |
monitor.c | 131 static void monitor_command_cb(Monitor *mon, const char *cmdline, [all...] |
/frameworks/compile/libbcc/helper/ |
sha1.c | 82 /*#define CMDLINE * include main() and file processing */ 83 //#ifdef CMDLINE 84 //# undef CMDLINE /* Never include main() for libbcc */ 275 #ifdef CMDLINE 534 #endif /*CMDLINE*/
|
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/ |
SDL_fbevents.c | 380 int cmdline, len, arglen; local 398 SDL_snprintf(path, SDL_arraysize(path), "/proc/%d/cmdline", pid); 399 cmdline = open(path, O_RDONLY, 0); 400 if ( cmdline >= 0 ) { 401 len = read(cmdline, args, sizeof(args)); 429 close(cmdline);
|
/external/chromium/testing/gtest/test/ |
gtest_output_test.py | 232 environ, cmdline = env_cmd 235 return NormalizeOutput(GetShellCommandOutput((environ, cmdline)))
|
/external/grub/stage2/ |
Makefile.am | 18 libgrub_a_SOURCES = boot.c builtins.c char_io.c cmdline.c common.c \ 90 cmdline.c common.c console.c disk_io.c fsys_ext2fs.c \
|
/frameworks/base/docs/html/guide/developing/tools/ |
android.jd | 10 "{@docRoot}guide/developing/devices/managing-avds-cmdline.html">Managing AVDs from the Command 14 "{@docRoot}guide/developing/projects/projects-cmdline.html">Managing Projects from
|
/system/vold/ |
cryptfs.c | 997 char cmdline[256]; local 1001 snprintf(cmdline, sizeof(cmdline), "/system/bin/make_ext4fs -a /data -l %lld %s", 1003 SLOGI("Making empty filesystem with command %s\n", cmdline); 1005 snprintf(cmdline, sizeof(cmdline), "/system/bin/newfs_msdos -F 32 -O android -c 8 -s %lld %s", 1007 SLOGI("Making empty filesystem with command %s\n", cmdline); 1013 if (system(cmdline)) { [all...] |
Process.cpp | 68 snprintf(buffer, max, "/proc/%d/cmdline", pid);
|
/external/llvm/utils/TableGen/ |
LLVMCConfigurationEmitter.cpp | 839 Init* CmdLine; 858 : Name(n), CmdLine(0), Actions(0), OutFileOption("-o"), 927 toolDesc_.CmdLine = d.getArg(0); [all...] |
/external/grub/ |
Android.mk | 72 stage2/cmdline.c \
|
ChangeLog | 114 * stage2/cmdline.c (run_script): Fix a reversed conditional. 188 * stage2/cmdline.c (run_script): Use FALLBACK_ENTRYNO instead of 456 * stage2/cmdline.c (init_cmdline): Use GRUB_INVALID_DRIVE. [all...] |
/external/srec/shared/src/ |
ESR_Session.c | 44 CHKLOG(rc, ESR_Session->setLCHAR(ESR_Session, L("cmdline.nametagPath"), L("")));
|
/external/valgrind/main/coregrind/ |
m_clientstate.c | 60 /* A fd which refers to the fake /proc/<pid>/cmdline in /tmp. */
|
/external/valgrind/main/docs/internals/ |
Darwin-notes.txt | 101 * Cleanups: #if !HAVE_PROC in m_main (to do with /proc/<pid>/cmdline
|
/frameworks/compile/libbcc/runtime/test/ |
CMakeLists.txt | 7 # add_library(${CompilerRT_LIBRARY} STATIC support.c cmdline.c)
|
/external/chromium/chrome/browser/extensions/ |
extension_webstore_private_api.cc | 83 CommandLine* cmdline = CommandLine::ForCurrentProcess(); local 85 if (cmdline->HasSwitch(switches::kAppsGalleryReturnTokens) &&
|
/external/qemu/distrib/sdl-1.2.12/src/main/macos/ |
SDL_main.c | 80 static int ParseCommandLine(char *cmdline, char **argv) 86 for ( bufp = cmdline; *bufp; ) {
|
/external/srec/srec/Nametag/src/ |
NametagsImpl.c | 99 CHKLOG(rc, ESR_SessionGetLCHAR(L("cmdline.nametagPath"), devicePath, &size)); 219 CHKLOG(rc, ESR_SessionGetLCHAR(L("cmdline.nametagPath"), devicePath, &size));
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/ |
SysinfoPanel.java | 546 String cmdline = line.substring(43).trim().replace("/system/bin/", ""); local 549 mDataset.setValue(cmdline, pss);
|
/bootable/diskinstaller/ |
config.mk | 124 internal_installerimage_args += --cmdline "$(BOARD_INSTALLER_CMDLINE)"
|