Searched refs:ForkExec (Results 1 - 14 of 14) sorted by relevance
/foundation/filemanagement/storage_service/services/storage_daemon/volume/src/ |
H A D | external_volume_info.cpp | 139 return ForkExec(cmd); in DoMount4Ntfs() 156 return ForkExec(cmd); in DoMount4Exfat() 269 err = ForkExec(cmd); in DoFormat() 275 err = ForkExec(cmd); in DoFormat() 295 err = ForkExec(cmd); in DoSetVolDesc() 302 err = ForkExec(cmd); in DoSetVolDesc() 309 err = ForkExec(cmd); in DoSetVolDesc()
|
/foundation/communication/netmanager_base/test/netmanagerutils/unittest/netmanager_base_common_test/ |
H A D | ut_netmanager_base_common.cpp | 68 * @tc.desc: Test UtNetmanagerBaseCommon ForkExec. 74 CommonUtils::ForkExec("/system/bin/ls -a", &out); in HWTEST_F() 81 * @tc.desc: Test UtNetmanagerBaseCommon ForkExec. 87 CommonUtils::ForkExec("/system/bin/ls -l", &out); in HWTEST_F() 94 * @tc.desc: Test UtNetmanagerBaseCommon ForkExec. 99 CommonUtils::ForkExec("/system/bin/mount -o rw,remount /"); in HWTEST_F() 100 CommonUtils::ForkExec("/system/bin/mkdir uttest"); in HWTEST_F() 102 CommonUtils::ForkExec("/system/bin/ls -a", &out); in HWTEST_F() 104 CommonUtils::ForkExec("/system/bin/rm -rf uttest"); in HWTEST_F()
|
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/ |
H A D | iptables_wrapper.cpp | 51 if (CommonUtils::ForkExec(command) == NETMANAGER_ERROR) { in ExecuteCommand() 59 if (CommonUtils::ForkExec(command, &result_) == NETMANAGER_ERROR) { in ExecuteCommandForRes()
|
H A D | system_vpn_wrapper.cpp | 74 if (CommonUtils::ForkExec(param) == NETMANAGER_ERROR) { in ExecuteUpdate()
|
H A D | net_diag_wrapper.cpp | 299 if (CommonUtils::ForkExec(command, &result) == NETMANAGER_ERROR) { in ExecuteCommandForResult()
|
/foundation/filemanagement/storage_service/services/storage_daemon/disk/src/ |
H A D | disk_info.cpp | 201 res = ForkExec(cmd, &output); in ReadPartition() 351 res = ForkExec(cmd); in Partition() 361 res = ForkExec(cmd); in Partition()
|
/foundation/communication/netmanager_base/services/netmanagernative/src/manager/ |
H A D | sharing_manager.cpp | 131 CommonUtils::ForkExec(rollBak); in Rollback() 135 CommonUtils::ForkExec(rollBak); in Rollback() 265 CommonUtils::ForkExec(saveBak); in IpfwdExecSaveBak() 268 CommonUtils::ForkExec(saveBak); in IpfwdExecSaveBak()
|
/foundation/filemanagement/storage_service/services/storage_daemon/mtp/src/ |
H A D | mtp_device_manager.cpp | 73 int32_t err = ForkExec(cmdVec, &result); in MountDevice()
|
H A D | mtp_device_monitor.cpp | 78 ForkExec(cmd, &uuids); in MonitorDevice()
|
/foundation/filemanagement/storage_service/services/storage_daemon/include/utils/ |
H A D | file_utils.h | 50 int ForkExec(std::vector<std::string> &cmd, std::vector<std::string> *output = nullptr);
|
/foundation/filemanagement/storage_service/services/storage_daemon/utils/ |
H A D | disk_utils.cpp | 129 int32_t err = ForkExec(cmd, &output); in GetBlkidDataByCmd()
|
H A D | file_utils.cpp | 417 int ForkExec(std::vector<std::string> &cmd, std::vector<std::string> *output) in ForkExec() function 525 int32_t err = ForkExec(cmd, &out); in MoveDataShell() 550 int32_t err = ForkExec(cmd, &out); in ChownRecursion()
|
/foundation/communication/netmanager_base/utils/common_utils/include/ |
H A D | netmanager_base_common_utils.h | 71 int32_t ForkExec(const std::string &command, std::string *out = nullptr);
|
/foundation/communication/netmanager_base/utils/common_utils/src/ |
H A D | netmanager_base_common_utils.cpp | 581 int32_t ForkExec(const std::string &command, std::string *out) in ForkExec() function 590 NETMGR_LOG_I("ForkExec"); in ForkExec()
|
Completed in 9 milliseconds