10#include "filesystem/scoped_temp_dir.h"
11#include "gtest/gtest.h"
16TEST(File, GetFileSize) {
20 ASSERT_TRUE(dir.NewTempFile(&path));
23 EXPECT_TRUE(GetFileSize(path, &size));
26 std::string
content =
"Hello World";
28 EXPECT_TRUE(GetFileSize(path, &size));
29 EXPECT_EQ(
content.size(), size);
32TEST(File, WriteFileInTwoPhases) {
34 std::string
path = dir.path() +
"/destination";
36 std::string
content =
"Hello World";
37 ASSERT_TRUE(WriteFileInTwoPhases(path,
content, dir.path()));
38 std::string read_content;
40 EXPECT_EQ(read_content,
content);
43#if defined(OS_LINUX) || defined(OS_FUCHSIA)
48 ASSERT_TRUE(dir.NewTempFile(&path));
50 fxl::UniqueFD dirfd(open(dir.path().c_str(), O_RDONLY));
51 ASSERT_TRUE(dirfd.get() != -1);
52 EXPECT_TRUE(IsFileAt(dirfd.get(),
GetBaseName(path)));
union flutter::testing::@2824::KeyboardChange::@78 content
bool WriteFile(const std::string &path, const char *data, ssize_t size)
std::string GetBaseName(const std::string &path)
bool ReadFileToString(const std::string &path, std::string *result)
TEST(Directory, CreateDirectory)
it will be possible to load the file into Perfetto s trace viewer use test Running tests that layout and measure text will not yield consistent results across various platforms Enabling this option will make font resolution default to the Ahem test font on all disable asset Prevents usage of any non test fonts unless they were explicitly Loaded via prefetched default font Indicates whether the embedding started a prefetch of the default font manager before creating the engine run In non interactive keep the shell running after the Dart script has completed enable serial On low power devices with low core running concurrent GC tasks on threads can cause them to contend with the UI thread which could potentially lead to jank This option turns off all concurrent GC activities domain network JSON encoded network policy per domain This overrides the DisallowInsecureConnections switch Embedder can specify whether to allow or disallow insecure connections at a domain level old gen heap size
DEF_SWITCHES_START aot vmservice shared library Name of the *so containing AOT compiled Dart assets for launching the service isolate vm snapshot The VM snapshot data that will be memory mapped as read only SnapshotAssetPath must be present isolate snapshot The isolate snapshot data that will be memory mapped as read only SnapshotAssetPath must be present cache dir path