Searched refs:prefixedPath (Results 1 – 1 of 1) sorted by relevance
491 char prefixedPath[256]; in DEMOFSRemove() local507 strncpy(prefixedPath, "/vol/content/", 256); in DEMOFSRemove()509 prefixedPath[0]=0; in DEMOFSRemove()511 strlcat(prefixedPath, path, 256); in DEMOFSRemove()521 result = FSRemove(&_DEMOFSClient, pCmd, prefixedPath, FS_RET_ALL_ERROR); in DEMOFSRemove()