Audacity 3.2.0
|
#include "FileNames.h"
#include <memory>
#include <wx/defs.h>
#include <wx/filename.h>
#include <wx/stdpaths.h>
#include <wx/utils.h>
#include "BasicUI.h"
#include "Prefs.h"
#include "Internat.h"
#include "ModuleConstants.h"
#include "PlatformCompatibility.h"
#include "wxFileNameWrapper.h"
#include <dlfcn.h>
#include <windows.h>
#include <wx/log.h>
Go to the source code of this file.
Classes | |
struct | anonymous_namespace{FileNames.cpp}::XDGDirConfig |
Namespaces | |
namespace | anonymous_namespace{FileNames.cpp} |
Macros | |
#define | OSFILENAME(X) ((char *) (const char *)(X).fn_str()) |
#define | OSINPUT(X) OSFILENAME(X) |
Functions | |
FilePath | anonymous_namespace{FileNames.cpp}::GetXDGTargetDir (DirTarget target) |
FilePath | anonymous_namespace{FileNames.cpp}::GetUserTargetDir (DirTarget target, bool allowRoaming) |
Variables | |
static FilePath | anonymous_namespace{FileNames.cpp}::gTargetDirs [size_t(DirTarget::_targetCount)] = {} |
const XDGDirConfig | anonymous_namespace{FileNames.cpp}::gXDGUnixDirs [] |
static FilePaths | sAudacityPathList |
#define OSFILENAME | ( | X | ) | ((char *) (const char *)(X).fn_str()) |
#define OSINPUT | ( | X | ) | OSFILENAME(X) |
|
static |
Definition at line 613 of file FileNames.cpp.