Home
last modified time | relevance | path

Searched refs:testPath (Results 1 - 2 of 2) sorted by relevance

/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_sandboxmgr_test.cpp368 const char *testPath = "xxx/xxx/xxx"; in HWTEST_F() local
369 pathNode->source = strdup(testPath); in HWTEST_F()
370 pathNode->target = strdup(testPath); in HWTEST_F()
373 pathNode = GetPathMountNode(section, SANDBOX_TAG_MOUNT_PATH, testPath, testPath); in HWTEST_F()
378 pathNode = GetPathMountNode(section, j, testPath, testPath); in HWTEST_F()
380 pathNode = GetPathMountNode(section, j, nullptr, testPath); in HWTEST_F()
384 pathNode = GetPathMountNode(section, j, testPath, nullptr); in HWTEST_F()
388 pathNode = GetPathMountNode(nullptr, j, nullptr, testPath); in HWTEST_F()
416 const char *testPath = "xxx/xxx/xxx"; HWTEST_F() local
[all...]
/base/update/updater/test/unittest/utils/
H A Dutils_unittest.cpp141 const std::string testPath = "/data/updater/updater/etc/fstab.ut.updater"; in HWTEST_F() local
142 ret = Utils::GetDirSizeForFile(testPath); in HWTEST_F()

Completed in 2 milliseconds