Searched refs:escapedPath (Results 1 – 1 of 1) sorted by relevance
309 char escapedPath[B_PATH_NAME_LENGTH*2]; in Save() local312 BPrivate::Storage::escape_path(path.Path(), escapedPath); in Save()313 fprintf(file, "%s %s", tag, escapedPath); in Save()