Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Namespaces | Macros | Functions
utils_win.h File Reference
#include <memory>
#include <utility>
#include "platform/utils.h"
#include "platform/allocation.h"

Go to the source code of this file.

Classes

class  dart::bin::StringUtilsWin
 
class  dart::bin::WideToUtf8Scope
 

Namespaces

namespace  dart
 
namespace  dart::bin
 

Macros

#define MAX_LONG_PATH   32767
 

Functions

void dart::bin::FormatMessageIntoBuffer (DWORD code, wchar_t *buffer, int buffer_length)
 
FILETIME dart::bin::GetFiletimeFromMillis (int64_t millis)
 
std::unique_ptr< wchar_t[]> dart::bin::Utf8ToWideChar (const char *path)
 

Macro Definition Documentation

◆ MAX_LONG_PATH

#define MAX_LONG_PATH   32767

Definition at line 15 of file utils_win.h.