Searched refs:CreateTestFile (Results 1 – 5 of 5) sorted by relevance
/base/startup/init/test/unittest/param/ |
D | param_stub.cpp | 212 void CreateTestFile(const char *fileName, const char *data) in CreateTestFile() function 248 CreateTestFile(STARTUP_INIT_UT_PATH"/ueventd_ut/valid.config", ueventdcfg); in PrepareUeventdcfg() 253 CreateTestFile(STARTUP_INIT_UT_PATH"/test_insmod", modCfg); in PrepareModCfg() 278 CreateTestFile(STARTUP_INIT_UT_PATH"/mount_unitest/ReadFstabFromFile1.fstable", innerKitsCfg); in PrepareInnerKitsCfg() 279 CreateTestFile(STARTUP_INIT_UT_PATH"/etc/fstab.required", fstabRequired); in PrepareInnerKitsCfg() 280 CreateTestFile(STARTUP_INIT_UT_PATH"/system/etc/fstab.required", fstabRequired); in PrepareInnerKitsCfg() 304 CreateTestFile(GROUP_DEFAULT_PATH "/device.boot.group.cfg", data); in PrepareGroupTestCfg() 305 CreateTestFile(GROUP_DEFAULT_PATH "/subsystem.xxx1.group.cfg", xxx1); in PrepareGroupTestCfg() 306 CreateTestFile(GROUP_DEFAULT_PATH "/subsystem.xxx11.group.cfg", xxx11); in PrepareGroupTestCfg() 307 CreateTestFile(GROUP_DEFAULT_PATH "/subsystem.xxx12.group.cfg", xxx12); in PrepareGroupTestCfg() [all …]
|
D | param_stub.h | 65 void CreateTestFile(const char *fileName, const char *data);
|
D | paramservice_unittest.cpp | 479 CreateTestFile(STARTUP_INIT_UT_PATH "/system/etc/sn", snData); 485 CreateTestFile(BOOT_CMD_LINE, snWithPath.c_str()); 488 CreateTestFile(BOOT_CMD_LINE, snWithSN.c_str()); 490 CreateTestFile(BOOT_CMD_LINE, cmdLineForSn.c_str());
|
/base/startup/init/test/unittest/modules/ |
D | eng_unittest.cpp | 117 CreateTestFile(SRC_FILE_PATH.c_str(), "test"); 150 CreateTestFile(SRC_FILE_PATH.c_str(), "test reg file mount"); 195 CreateTestFile(SRC_FILE_PATH.c_str(), "test"); 249 CreateTestFile(BOOT_CMD_LINE, cmdLine);
|
D | trace_unittest.cpp | 102 CreateTestFile(STARTUP_INIT_UT_PATH"/system/etc/init_trace.cfg", config.c_str()); in CreateInitTraceConfig()
|