/device/google/cuttlefish/host/commands/assemble_cvd/ |
D | boot_image_unpacker.cc | 81 std::ostringstream cmdline; in FromImages() local 82 cmdline << reinterpret_cast<char*>(&header.cmdline[0]); in FromImages() 83 if (vboot_header.cmdline[0] != '\0') { in FromImages() 84 cmdline << " "; in FromImages() 85 cmdline << reinterpret_cast<char*>(&vboot_header.cmdline[0]); in FromImages() 100 boot_img, cmdline.str(), header.kernel_size, kernel_offset, in FromImages()
|
D | boot_image_unpacker.h | 49 BootImageUnpacker(SharedFD boot_image, const std::string& cmdline, in BootImageUnpacker() argument 57 kernel_cmdline_(cmdline), in BootImageUnpacker()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_getopt.py | 101 cmdline = ['-a', '1', '-b', '--alpha=2', '--beta', '-a', '3', '-a', 104 opts, args = getopt.getopt(cmdline, 'a:b', ['alpha=', 'beta']) 112 self.assertError(getopt.getopt, cmdline, 'a:b', ['alpha', 'beta']) 116 cmdline = ['-a', 'arg1', '-b', '1', '--alpha', '--beta=2'] 119 opts, args = getopt.gnu_getopt(cmdline, 'ab:', ['alpha', 'beta=']) 130 opts, args = getopt.gnu_getopt(cmdline, '+ab:', ['alpha', 'beta=']) 136 opts, args = getopt.gnu_getopt(cmdline, 'ab:', ['alpha', 'beta='])
|
D | test_popen.py | 19 def _do_test_commandline(self, cmdline, expected): argument 20 cmd = '%s -c "import sys;print sys.argv" %s' % (python, cmdline)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | webbrowser.py | 172 cmdline = [self.name] + [arg.replace("%s", url) 176 p = subprocess.Popen(cmdline) 178 p = subprocess.Popen(cmdline, close_fds=True) 189 cmdline = [self.name] + [arg.replace("%s", url) 193 p = subprocess.Popen(cmdline) 198 p = subprocess.Popen(cmdline, close_fds=True, preexec_fn=setsid) 223 cmdline = [self.name] + raise_opt + args 236 p = subprocess.Popen(cmdline, close_fds=True, stdin=inout, 636 for cmdline in _userchoices: 637 if cmdline != '': [all …]
|
D | CGIHTTPServer.py | 259 cmdline = [scriptfile] 265 cmdline = [interp, '-u'] + cmdline 267 cmdline.append(query) 269 self.log_message("command: %s", subprocess.list2cmdline(cmdline)) 274 p = subprocess.Popen(cmdline,
|
/device/linaro/dragonboard/sepolicy/ |
D | hal_memtrack.te | 1 # Memtrack reads proc/<pid>/cmdline to check if process is surfaceflinger.
|
/device/linaro/hikey/sepolicy/ |
D | hal_memtrack.te | 8 # Memtrack reads proc/<pid>/cmdline to check if process is surfaceflinger.
|
/device/generic/goldfish/sepolicy/common/ |
D | property_contexts | 2 qemu.cmdline u:object_r:qemu_cmdline:s0
|
/device/mediatek/wembley-sepolicy/plat_private/ |
D | boot_logo_updater.te | 38 # for path="/sys/firmware/devicetree/base/firmware/android/fstab" andfor name = "cmdline" and "mtdb…
|
D | emdlogger.te | 64 ## purpose: denied { read } for name="cmdline" dev="proc"
|
D | aee_core_forwarder.te | 23 #read /proc/<pid>/cmdline
|
/device/google/cuttlefish/host/libs/config/ |
D | cuttlefish_config.cpp | 866 std::vector<std::string> cmdline; in boot_image_kernel_cmdline() local 868 cmdline.push_back(arg.asString()); in boot_image_kernel_cmdline() 870 return cmdline; in boot_image_kernel_cmdline() 881 std::vector<std::string> cmdline; in extra_kernel_cmdline() local 883 cmdline.push_back(arg.asString()); in extra_kernel_cmdline() 885 return cmdline; in extra_kernel_cmdline()
|
/device/mediatek/wembley-sepolicy/r_non_plat/ |
D | aee_aedv.te | 333 # Purpose: allow aee_aedv to read /proc/cmdline
|
/device/mediatek/wembley-sepolicy/non_plat/ |
D | aee_aedv.te | 334 # Purpose: allow aee_aedv to read /proc/cmdline
|