Flutter Engine
 
Loading...
Searching...
No Matches
paths_qnx.cc
Go to the documentation of this file.
1// Copyright 2013 The Flutter Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#include "flutter/fml/paths.h"
6
7namespace fml {
8namespace paths {
9
10std::pair<bool, std::string> GetExecutablePath() {
11 // Unsupported on this platform.
12 return {false, ""};
13}
14
16 // Unsupported on this platform.
17 return {};
18}
19
20} // namespace paths
21} // namespace fml
std::pair< bool, std::string > GetExecutablePath()
fml::UniqueFD GetCachesDirectory()