Searched refs:dp (Results 1 – 1 of 1) sorted by relevance
89 static inline struct testfs_path *testfs_path_copy(struct testfs_path *dp, in testfs_path_copy() argument94 memcpy(dp->path, sp->path, len + 1); in testfs_path_copy()95 dp->eos = dp->path + len; in testfs_path_copy()97 return dp; in testfs_path_copy()
Completed in 3 milliseconds