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

/haiku/src/servers/registrar/
H A DRecentEntries.cpp309 char escapedPath[B_PATH_NAME_LENGTH*2]; local
312 BPrivate::Storage::escape_path(path.Path(), escapedPath);
313 fprintf(file, "%s %s", tag, escapedPath);

Completed in 23 milliseconds