/base/startup/appspawn/modules/common/ |
H A D | appspawn_begetctl.c | 62 "app %{public}s execv sh failed! err %{public}d.", ptyName, errno); in RunAppSandbox() local
|
/base/update/updater/test/unittest/updater_test/ |
H A D | updater_unittest.cpp | 51 std::cout << "Cannot create \"/tmp\" directory: " << errno << "\n"; in SetUp() local
|
/base/update/updater/test/unittest/applypatch_test/ |
H A D | applypatch_unittest.cpp | 52 std::cout << "Cannot create \"/tmp\" directory: " << errno << "\n"; in SetUp() local
|
/base/update/updater/test/unittest/mount_test/ |
H A D | mount_unittest.cpp | 157 std::cout << "Cannot open \"/vendor/etc/fstab.updater\" file: " << errno << "\n"; in HWTEST_F() local
|
/base/update/sys_installer/services/module_update/util/src/ |
H A D | module_hvb_ops.cpp | 93 LOG(ERROR) << "failed to open file " << realPath << " err=" << errno; in HvbReadFromPartition() local
|
H A D | module_utils.cpp | 223 LOG(ERROR) << "Failed to access " << activePath << " err=" << errno; in Revert() local 235 LOG(ERROR) << "Failed to rename " << backupPath << " to " << activePath << " err=" << errno; in Revert() local 238 LOG(ERROR) << "Failed to restore original permissions for " << activePath << " err=" << errno; in Revert() local 356 LOG(ERROR) << "Failed to remove: " << path << ", err: " << errno; in RemoveSpecifiedDir() local
|
/base/update/updater/services/fs_manager/ |
H A D | mount.cpp | 161 LOG(ERROR) << "failed to mount " << source << " on " << target << ", errno is " << errno; in MountNtfsWithRetry() local
|
H A D | do_partition.cpp | 62 LOG(ERROR) << "Umount " << partName << " failed: " << errno; in DoUmountDiskPartition() local
|
/base/update/updater/services/updater_binary/ |
H A D | update_partitions.cpp | 172 LOG(ERROR) << "Open " << tmpPath << " failed: " << errno; in SetNewPartition() local
|
/base/update/sys_installer/services/module_update/src/ |
H A D | module_update.cpp | 148 LOG(WARNING) << "Could not rmdir " << mountPoint << " errno: " << errno; in RemoveMountPoint() local 277 LOG(ERROR) << "Failed to remove " << UPDATE_INSTALL_DIR << " err=" << errno; in CheckModuleUpdate() local 346 LOG(ERROR) << "Could not create mount point " << mountPoint << " errno: " << errno; in MountModulePackage() local 352 LOG(WARNING) << "Could not rmdir " << mountPoint << " errno: " << errno; in MountModulePackage() local 379 LOG(ERROR) << "Mounting failed for module package " << fullPath << " errno:" << errno; in MountModulePackage() local
|
H A D | module_loop.cpp | 155 LOG(ERROR) << "Fail to Stat file: " << realPath << ", errno=" << errno; in ConfigureReadAhead() local 165 LOG(WARNING) << "Fail to chmod file: " << realPath << ", errno=" << errno; in ConfigureReadAhead() local 169 LOG(ERROR) << "Fail to open file: " << realPath << ", errno=" << errno; in ConfigureReadAhead() local 367 LOG(WARNING) << "Could not umount " << mountPoint << " errno: " << errno; RemoveDmLoopDevice() local [all...] |
/base/startup/init/services/init/ |
H A D | init_common_service.c | 480 "service %s execv sh failed! err %d.", service->name, errno); EnterServiceSandbox() local [all...] |
H A D | init_common_cmds.c | 368 INIT_CHECK_ONLY_ELOG(chmod(ctx->argv[0], mode) == 0, "DoMkDir failed for '%s', err %d.", ctx->argv[0], errno); DoMkDir() local 563 INIT_CHECK_ONLY_ELOG(setrlimit(rcs, &limit) == 0, "Failed setrlimit err=%d", errno); DoSetrlimit() local 570 INIT_CHECK_ONLY_ELOG(unlink(ctx->argv[0]) != -1, "Failed unlink %s err=%d.", ctx->argv[0], errno); DoRm() local 578 ctx->argv[0], ctx->argv[1], errno); DoExport() local [all...] |
/base/startup/init/services/init/standard/ |
H A D | init_cmds.c | 111 INIT_CHECK_ONLY_ELOG(execv(argv[0], argv) == 0, "execv %s failed! err %d.", argv[0], errno);
in SyncExecCommand() local 137 "DoIfup failed to do ioctl with command \"SIOCSIFFLAGS\", err = %d", errno);
in DoIfup() local [all...] |