/system/connectivity/shill/ |
D | process_manager.h | 63 const base::FilePath& program, 77 const base::FilePath& program, in StartProcessInMinijail() argument 84 spawn_source, program, arguments, user, group, capmask, exit_callback, in StartProcessInMinijail() 94 const base::FilePath& program,
|
D | process_manager.cc | 91 const base::FilePath& program, in StartProcess() argument 96 SLOG(this, 2) << __func__ << "(" << program.value() << ")"; in StartProcess() 100 process->AddArg(program.value()); in StartProcess() 108 LOG(ERROR) << "Failed to start child process for " << program.value(); in StartProcess() 131 const base::FilePath& program, in StartProcessInMinijailWithPipes() argument 140 SLOG(this, 2) << __func__ << "(" << program.value() << ")"; in StartProcessInMinijailWithPipes() 143 args.push_back(const_cast<char*>(program.value().c_str())); in StartProcessInMinijailWithPipes() 165 LOG(ERROR) << "Unable to spawn " << program.value() << " in a jail."; in StartProcessInMinijailWithPipes()
|
D | mock_process_manager.h | 40 const base::FilePath& program, 47 const base::FilePath& program, 55 const base::FilePath& program,
|
D | external_task.cc | 55 bool ExternalTask::Start(const FilePath& program, in Start() argument 70 program, in Start() 80 program.value().c_str()); in Start()
|
D | external_task.h | 82 virtual bool Start(const base::FilePath& program,
|
D | process_manager_unittest.cc | 113 MATCHER_P2(IsProcessArgs, program, args, "") { 114 if (string(arg[0]) != program) {
|
/system/sepolicy/ |
D | kernel.te | 83 # ever execute a program outside the rootfs without changing to another domain. 86 # - The program is a kernel usermodehelper. In this case, define a domain 87 # for the program and domain_auto_trans() to it. 89 # program was left in the kernel domain and is now trying to execute 90 # some other program. Fix your init.rc file. 92 # and is then trying to exec a shell or other program. You lose!
|
D | postinstall.te | 1 # Domain where the postinstall program runs during the update. 2 # Extend the permissions in this domain to allow this program to access other
|
D | update_engine.te | 45 # The postinstall program is run by update_engine and will always be tagged as a 49 # A postinstall program is typically a shell script (with a #!), so we allow
|
D | shared_relro.te | 4 # The shared relro process is a Java program forked from the zygote, so it
|
D | fsck_untrusted.te | 1 # Any fsck program run on untrusted block devices
|
D | NOTICE | 6 non-commercially developed program that may contain "bugs" (as that
|
D | fsck.te | 1 # Any fsck program run by init
|
D | init.te | 306 # init should never execute a program without changing to another domain.
|
/system/sepolicy/tools/fc_sort/ |
D | NOTICE | 16 Foundation's software and to any other program whose authors commit to 33 For example, if you distribute copies of such a program, whether 50 Finally, any free program is threatened constantly by software 52 program will individually obtain patent licenses, in effect making the 53 program proprietary. To prevent this, we have made it clear that any 62 0. This License applies to any program or other work which contains 65 refers to any such program or work, and a "work based on the Program" 103 c) If the modified program normally reads commands interactively 108 a warranty) and that users may redistribute the program under 152 received the program in object code or executable form with such [all …]
|
/system/extras/perfprofd/ |
D | perf_data_converter.cc | 107 auto program = ret.add_programs(); in RawPerfDataToAndroidPerfProfile() local 108 program->set_name(program_profile.first); in RawPerfDataToAndroidPerfProfile() 111 auto module = program->add_modules(); in RawPerfDataToAndroidPerfProfile()
|
D | perf_profile.proto | 63 // All samples for a program. 65 // Name of the program.
|
/system/update_engine/ |
D | update_engine-client.gyp | 19 # by the update_engine_client console program to interact with
|
D | update_metadata.proto | 180 // external program the number of bytes to read from the blocks we pass it. 208 // Whether this partition carries a filesystem with post-install program that 213 // The path of the executable program to run during the post-install step, 220 // filesystem to run the post-install program. If not set, a fixed list of
|
/system/core/adb/ |
D | OVERVIEW.TXT | 33 The 'adbd' program runs as a background process within an Android device 39 connected to the adbd program within it. Otherwise, the device is OFFLINE, 48 The 'adb' command-line program is used to run adb commands from a shell
|
D | protocol.txt | 200 The core of the bridge program will use three threads. One thread 212 the remote connection threadpair and that the rest of the program will 215 The bridge program will be able to have a number of mini-servers 218 service, the bridge program will create a stream socketpair and spawn
|
/system/core/metricsd/uploader/proto/ |
D | system_profile.proto | 451 // Total amount of time that the program was running, in seconds, 459 // Total amount of time that the program was running, in seconds, 498 // The number of times the program was launched. 508 // The number of times the program began, but did not complete, the shutdown 513 // The number of times the program was able register with breakpad crash 517 // The number of times the program failed to register with breakpad crash 518 // services. If crash registration fails then when the program crashes no 522 // The number of times the program has run under a debugger. This should 527 // The number of times the program has run without a debugger attached.
|
/system/core/init/ |
D | readme.txt | 488 /dev/null. To help with debugging, you can execute your program via the 489 Android program logwrapper. This will redirect stdout/stderr into the
|
/system/media/audio_utils/ |
D | Doxyfile.orig | 643 # The FILE_VERSION_FILTER tag can be used to specify a program or script that 645 # the version control system). Doxygen will invoke the program by executing (via 648 # by doxygen. Whatever the program writes to standard output is used as the file 836 # The INPUT_FILTER tag can be used to specify a program that doxygen should 837 # invoke to filter for each input file. Doxygen will invoke the filter program 844 # program writes to standard output. If FILTER_PATTERNS is specified, this tag 1804 # If the XML_PROGRAMLISTING tag is set to YES doxygen will dump the program
|
D | Doxyfile | 643 # The FILE_VERSION_FILTER tag can be used to specify a program or script that 645 # the version control system). Doxygen will invoke the program by executing (via 648 # by doxygen. Whatever the program writes to standard output is used as the file 836 # The INPUT_FILTER tag can be used to specify a program that doxygen should 837 # invoke to filter for each input file. Doxygen will invoke the filter program 844 # program writes to standard output. If FILTER_PATTERNS is specified, this tag 1804 # If the XML_PROGRAMLISTING tag is set to YES doxygen will dump the program
|