Home | History | Annotate | Download | only in init

Lines Matching full:c_str

143         ERROR("failed to set bootloader message: %s", err.c_str());
250 return write_file("/proc/sys/kernel/domainname", args[1].c_str());
274 return add_environment(args[1].c_str(), args[2].c_str());
278 return write_file("/proc/sys/kernel/hostname", args[1].c_str());
282 return __ifupdown(args[1].c_str(), 1);
296 return insmod(args[1].c_str(), options.c_str());
309 ret = make_dir(args[1].c_str(), mode);
312 ret = fchmodat(AT_FDCWD, args[1].c_str(), mode, AT_SYMLINK_NOFOLLOW);
319 uid_t uid = decode_uid(args[3].c_str());
323 gid = decode_uid(args[4].c_str());
326 if (lchown(args[1].c_str(), uid, gid) == -1) {
332 ret = fchmodat(AT_FDCWD, args[1].c_str(), mode, AT_SYMLINK_NOFOLLOW);
340 if (e4crypt_set_directory_policy(args[1].c_str())) {
350 return umount(args[1].c_str());
400 options = args[na].c_str();
404 system = args[1].c_str();
405 source = args[2].c_str();
406 target = args[3].c_str();
606 const char* fstabfile = args[1].c_str();
641 fstab = fs_mgr_read_fstab(args[1].c_str());
649 const char* name = args[1].c_str();
650 const char* value = args[2].c_str();
667 ERROR("do_start: Service %s not found\n", args[1].c_str());
678 ERROR("do_stop: Service %s not found\n", args[1].c_str());
688 ERROR("do_restart: Service %s not found\n", args[1].c_str());
696 const char* command = args[1].c_str();
730 if (android::base::ParseUint(timeout.c_str(), &delay) && delay > 0) {
773 return symlink(args[1].c_str(), args[2].c_str());
777 return unlink(args[1].c_str());
781 return rmdir(args[1].c_str());
805 property_set(android::base::StringPrintf("partition.%s.verified", mount_point).c_str(),
806 android::base::StringPrintf("%d", mode).c_str());
814 const char* path = args[1].c_str();
815 const char* value = args[2].c_str();
827 if (stat(args[1].c_str(), &info) < 0)
830 if ((fd1 = open(args[1].c_str(), O_RDONLY|O_CLOEXEC)) < 0)
833 if ((fd2 = open(args[2].c_str(), O_WRONLY|O_CREAT|O_TRUNC|O_CLOEXEC, 0660)) < 0)
880 if (lchown(args[2].c_str(), decode_uid(args[1].c_str()), -1) == -1)
883 if (lchown(args[3].c_str(), decode_uid(args[1].c_str()),
884 decode_uid(args[2].c_str())) == -1)
906 mode_t mode = get_mode(args[1].c_str());
907 if (fchmodat(AT_FDCWD, args[2].c_str(), mode, AT_SYMLINK_NOFOLLOW) < 0) {
917 if (restorecon(it->c_str()) < 0)
930 if (restorecon_recursive_skipce(it->c_str()) < 0) {
959 return wait_for_file(args[1].c_str(), COMMAND_RETRY_TIMEOUT);
961 return wait_for_file(args[1].c_str(), std::stoi(args[2]));
986 return e4crypt_create_device_key(args[1].c_str(),