serialized_vpath  140 tests/lib/vfs/path_serialize.c     char *serialized_vpath;
serialized_vpath  145 tests/lib/vfs/path_serialize.c     serialized_vpath = vfs_path_serialize (vpath, &error);
serialized_vpath  153 tests/lib/vfs/path_serialize.c     mctest_assert_ptr_ne (serialized_vpath, NULL);
serialized_vpath  154 tests/lib/vfs/path_serialize.c     mctest_assert_str_eq (serialized_vpath, ETALON_SERIALIZED_PATH);