Home
last modified time | relevance | path

Searched refs:new_mnt_link (Results 1 – 1 of 1) sorted by relevance

/kernel/liteos_a/testsuites/unittest/container/smoke/
DIt_mnt_container_008.cpp54 char new_mnt_link[PATH_LENGTH]; in ItMntContainer008() local
81 ret = sprintf_s(new_mnt_link, PATH_LENGTH, "%s", linkBuffer.c_str()); in ItMntContainer008()
83 ASSERT_STRNE(old_mnt_link, new_mnt_link); in ItMntContainer008()