Home
last modified time | relevance | path

Searched defs:errno (Results 1 - 14 of 14) sorted by relevance

/base/startup/appspawn/modules/common/
H A Dappspawn_begetctl.c62 "app %{public}s execv sh failed! err %{public}d.", ptyName, errno); in RunAppSandbox() local
/base/update/updater/test/unittest/updater_test/
H A Dupdater_unittest.cpp51 std::cout << "Cannot create \"/tmp\" directory: " << errno << "\n"; in SetUp() local
/base/update/updater/test/unittest/applypatch_test/
H A Dapplypatch_unittest.cpp52 std::cout << "Cannot create \"/tmp\" directory: " << errno << "\n"; in SetUp() local
/base/update/updater/test/unittest/mount_test/
H A Dmount_unittest.cpp157 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 Dmodule_hvb_ops.cpp93 LOG(ERROR) << "failed to open file " << realPath << " err=" << errno; in HvbReadFromPartition() local
H A Dmodule_utils.cpp223 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 Dmount.cpp161 LOG(ERROR) << "failed to mount " << source << " on " << target << ", errno is " << errno; in MountNtfsWithRetry() local
H A Ddo_partition.cpp62 LOG(ERROR) << "Umount " << partName << " failed: " << errno; in DoUmountDiskPartition() local
/base/update/updater/services/updater_binary/
H A Dupdate_partitions.cpp172 LOG(ERROR) << "Open " << tmpPath << " failed: " << errno; in SetNewPartition() local
/base/update/sys_installer/services/module_update/src/
H A Dmodule_update.cpp148 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 Dmodule_loop.cpp155 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 Dinit_common_service.c480 "service %s execv sh failed! err %d.", service->name, errno); EnterServiceSandbox() local
[all...]
H A Dinit_common_cmds.c368 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 Dinit_cmds.c111 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...]

Completed in 9 milliseconds