Home
last modified time | relevance | path

Searched refs:program (Results 1 – 25 of 25) sorted by relevance

/system/connectivity/shill/
Dprocess_manager.h63 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,
Dprocess_manager.cc91 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()
Dmock_process_manager.h40 const base::FilePath& program,
47 const base::FilePath& program,
55 const base::FilePath& program,
Dexternal_task.cc55 bool ExternalTask::Start(const FilePath& program, in Start() argument
70 program, in Start()
80 program.value().c_str()); in Start()
Dexternal_task.h82 virtual bool Start(const base::FilePath& program,
Dprocess_manager_unittest.cc113 MATCHER_P2(IsProcessArgs, program, args, "") {
114 if (string(arg[0]) != program) {
/system/sepolicy/
Dkernel.te83 # 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!
Dpostinstall.te1 # Domain where the postinstall program runs during the update.
2 # Extend the permissions in this domain to allow this program to access other
Dupdate_engine.te45 # 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
Dshared_relro.te4 # The shared relro process is a Java program forked from the zygote, so it
Dfsck_untrusted.te1 # Any fsck program run on untrusted block devices
DNOTICE6 non-commercially developed program that may contain "bugs" (as that
Dfsck.te1 # Any fsck program run by init
Dinit.te306 # init should never execute a program without changing to another domain.
/system/sepolicy/tools/fc_sort/
DNOTICE16 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/
Dperf_data_converter.cc107 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()
Dperf_profile.proto63 // All samples for a program.
65 // Name of the program.
/system/update_engine/
Dupdate_engine-client.gyp19 # by the update_engine_client console program to interact with
Dupdate_metadata.proto180 // 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/
DOVERVIEW.TXT33 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
Dprotocol.txt200 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/
Dsystem_profile.proto451 // 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/
Dreadme.txt488 /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/
DDoxyfile.orig643 # 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
DDoxyfile643 # 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