Home
last modified time | relevance | path

Searched defs:path_fs (Results 1 – 25 of 30) sorted by relevance

12

/dports/audio/musicpd/mpd-0.23.6/src/
H A DPlaylistFile.cxx91 const AllocatedPath &path_fs = map_spl_path(); in spl_map() local
113 auto path_fs = map_spl_utf8_to_fs(name_utf8); in spl_map_to_fs() local
176 SavePlaylistFile(Path path_fs, const PlaylistFileContents &contents) in SavePlaylistFile()
192 LoadPlaylistFile(Path path_fs) in LoadPlaylistFile()
251 MaybeLoadPlaylistFile(Path path_fs, PlaylistFileEditor::LoadMode load_mode) in MaybeLoadPlaylistFile()
338 const auto path_fs = spl_map_to_fs(utf8path); in spl_clear() local
357 const auto path_fs = spl_map_to_fs(name_utf8); in spl_delete() local
376 const auto path_fs = spl_map_to_fs(utf8path); in spl_append_song() local
H A DTagFile.cxx33 const Path path_fs; member in TagFileScan
74 ScanFileTagsNoGeneric(Path path_fs, TagHandler &handler) in ScanFileTagsNoGeneric()
H A DTagAny.cxx50 TagScanFile(const Path path_fs, TagHandler &handler) in TagScanFile()
131 const auto path_fs = storage->MapFS(uri); in TagScanDatabase() local
H A DSongUpdate.cxx82 const auto path_fs = storage.MapFS(relative_uri.c_str()); in UpdateFile() local
176 const AllocatedPath path_fs = in Update() local
H A DMapper.cxx84 map_fs_to_utf8(Path path_fs) noexcept in map_fs_to_utf8()
H A DPlaylistSave.cxx87 const auto path_fs = spl_map_to_fs(name_utf8); in spl_save_queue() local
/dports/audio/musicpd/mpd-0.23.6/src/decoder/
H A DThread.cxx328 TryDecoderFile(DecoderBridge &bridge, Path path_fs, std::string_view suffix, in TryDecoderFile()
356 TryContainerDecoder(DecoderBridge &bridge, Path path_fs, in TryContainerDecoder()
378 TryContainerDecoder(DecoderBridge &bridge, Path path_fs, in TryContainerDecoder()
396 decoder_run_file(DecoderBridge &bridge, const char *uri_utf8, Path path_fs) in decoder_run_file()
440 const char *real_uri, Path path_fs) in DecoderUnlockedRunUri()
477 const DetachedSong &song, const char *uri, Path path_fs) in decoder_run_song()
539 Path path_fs = nullptr; in decoder_run() local
/dports/audio/musicpd/mpd-0.23.6/src/decoder/plugins/
H A DAdPlugDecoderPlugin.cxx51 adplug_file_decode(DecoderClient &client, Path path_fs) in adplug_file_decode()
92 adplug_scan_file(Path path_fs, TagHandler &handler) noexcept in adplug_scan_file()
H A DGmeDecoderPlugin.cxx102 ParseContainerPath(Path path_fs) in ParseContainerPath()
152 gme_file_decode(DecoderClient &client, Path path_fs) in gme_file_decode()
294 gme_scan_file(Path path_fs, TagHandler &handler) noexcept in gme_scan_file()
309 gme_container_scan(Path path_fs) in gme_container_scan()
H A DFluidsynthDecoderPlugin.cxx93 fluidsynth_file_decode(DecoderClient &client, Path path_fs) in fluidsynth_file_decode()
198 fluidsynth_scan_file(Path path_fs, in fluidsynth_scan_file()
H A DWildmidiDecoderPlugin.cxx101 wildmidi_file_decode(DecoderClient &client, Path path_fs) in wildmidi_file_decode()
144 wildmidi_scan_file(Path path_fs, TagHandler &handler) noexcept in wildmidi_scan_file()
H A DMikmodDecoderPlugin.cxx146 mikmod_decoder_file_decode(DecoderClient &client, Path path_fs) in mikmod_decoder_file_decode()
183 mikmod_decoder_scan_file(Path path_fs, TagHandler &handler) noexcept in mikmod_decoder_scan_file()
H A DMpg123DecoderPlugin.cxx63 mpd_mpg123_open(mpg123_handle *handle, const char *path_fs, in mpd_mpg123_open()
183 mpd_mpg123_file_decode(DecoderClient &client, Path path_fs) in mpd_mpg123_file_decode()
275 mpd_mpg123_scan_file(Path path_fs, TagHandler &handler) noexcept in mpd_mpg123_scan_file()
H A DSidplayDecoderPlugin.cxx194 ParseContainerPath(Path path_fs) noexcept in ParseContainerPath()
239 sidplay_file_decode(DecoderClient &client, Path path_fs) in sidplay_file_decode()
558 sidplay_scan_file(Path path_fs, TagHandler &handler) noexcept in sidplay_scan_file()
592 sidplay_container_scan(Path path_fs) in sidplay_container_scan()
H A DFlacDecoderPlugin.cxx72 flac_scan_file(Path path_fs, TagHandler &handler) in flac_scan_file()
316 oggflac_scan_file(Path path_fs, TagHandler &handler) in oggflac_scan_file()
/dports/audio/musicpd/mpd-0.23.6/src/fs/io/
H A DTextFile.cxx28 TextFile::TextFile(Path path_fs) in TextFile()
/dports/audio/musicpd/mpd-0.23.6/src/fs/
H A DCheckFile.cxx31 CheckDirectoryReadable(Path path_fs) in CheckDirectoryReadable()
H A DCharset.cxx95 PathToUTF8(PathTraitsFS::string_view path_fs) in PathToUTF8()
H A DStandardDirectory.cxx186 const auto path_fs = Path::FromFS(line); in ParseConfigLine() local
/dports/audio/musicpd/mpd-0.23.6/src/playlist/
H A DPlaylistMapper.cxx39 const auto path_fs = map_spl_utf8_to_fs(uri); in playlist_open_in_playlist_dir() local
/dports/audio/musicpd/mpd-0.23.6/src/db/update/
H A DInotifyUpdate.cxx166 const Path path_fs, in RecursiveWatchSubdirectories()
287 const auto path_fs = uri_fs.IsNull() in InotifyCallback() local
H A DInotifySource.cxx94 InotifySource::Add(const char *path_fs, unsigned mask) in Add()
H A DArchive.cxx129 const auto path_fs = storage.MapChildFS(parent.GetPath(), name); in UpdateArchiveFile() local
/dports/audio/musicpd/mpd-0.23.6/src/playlist/plugins/
H A DEmbeddedCuePlaylistPlugin.cxx90 const auto path_fs = AllocatedPath::FromUTF8Throw(uri); in embcue_playlist_open_uri() local
/dports/sysutils/xfburn/xfburn-0.6.2/xfburn/
H A Dxfburn-file-browser.c124 GtkTreePath *path_fs, *path_dir; in cb_directory_browser_row_activated() local

12