Home
last modified time | relevance | path

Searched defs:cmdline (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/
H A Dfirst_use_dialog_test.cpp52 std::string cmdline = "rm -f " + SEC_COMP_SRV_CFG_FILE; in TearDownTestCase() local
60 … std::string cmdline = "chown security_component:security_component " + SEC_COMP_SRV_CFG_PATH; in TearDownTestCase() local
72 std::string cmdline = "mv " + SEC_COMP_SRV_CFG_FILE + " " + SEC_COMP_SRV_CFG_BACK_FILE; in SetUp() local
82 std::string cmdline = "mv " + SEC_COMP_SRV_CFG_BACK_FILE + " " + SEC_COMP_SRV_CFG_FILE; in TearDown() local
107 std::string cmdline = "dd if=/dev/random of=" + SEC_COMP_SRV_CFG_FILE + " bs=101k count=1"; variable
122 std::string cmdline = "echo {x=\\\' > " + SEC_COMP_SRV_CFG_FILE; variable
137 std::string cmdline = "echo {\\\"x\\\":1} > " + SEC_COMP_SRV_CFG_FILE; variable
152 std::string cmdline = "echo {\\\"FirstUseRecord\\\":[{\\\"CompType\\\":1}]} > " variable
200 std::string cmdline = "echo {\\\"FirstUseRecord\\\":[{\\\"TokenId\\\":1}]} > " variable
249 std::string cmdline = "rm " + SEC_COMP_SRV_CFG_PATH + " -rf"; variable
[all …]
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dimage_system_properties.cpp45 std::string cmdline = oss.str(); in getCurrentProcessName() local
H A Dimage_utils.cpp554 std::string cmdline = oss.str(); in GetCurrentProcessName() local
/ohos5.0/base/time/time_service/utils/native/src/
H A Dtime_file_utils.cpp58 char cmdline[CMDLINE_LEN] = { 0 }; in GetNameByPid() local
/ohos5.0/base/startup/hvb/libhvb/src/cmdline/
H A Dhvb_cmdline.c28 struct hvb_cmdline_data *cmdline = NULL; in cmdline_append_option() local
/ohos5.0/base/startup/hvb/libhvb/include/
H A Dhvb.h78 struct hvb_cmdline_data cmdline; member
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/sanitizer_collector/gwp_asan/
H A Dgwpasan_collector.cpp204 char cmdline[BUF_SIZE] = { 0 }; in GetNameByPid() local
/ohos5.0/base/startup/init/test/unittest/init/
H A Dservice_unittest.cpp159 CmdLines *cmdline = (CmdLines *)malloc(sizeof(CmdLines) + sizeof(CmdLine)); variable
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/utils/dfx/
H A Devent_report.cpp72 std::string cmdline; in GetCurrentProcessName() local
/ohos5.0/base/hiviewdfx/faultloggerd/tools/crasher_cpp/
H A Ddfx_crasher.cpp78 char cmdline[CMD_SZ]; member
84 char cmdline[CMD_SZ]; member
/ohos5.0/base/startup/init/interfaces/innerkits/fs_manager/
H A Dfstab.c544 char *cmdline = ReadFileData(BOOT_CMD_LINE); in LoadFstabFromCommandLine() local
/ohos5.0/base/startup/init/services/param/manager/
H A Dparam_server.c54 char *cmdline; member
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/utils/
H A Dlog_utils.cpp429 char cmdline[CMDLINE_LEN] = { 0 }; in GetNameByPid() local
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/
H A Ddfx_dump_catcher.cpp227 std::string cmdline; in ReportDumpCatcherStats() local
/ohos5.0/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
H A Dhitrace_meter.cpp162 ifstream cmdline("/proc/self/cmdline"); in IsAppspawnProcess() local