Flutter Engine
The Flutter Engine
dart
bin
test
Functions
dart::bin::test Namespace Reference
Functions
const char *
GetFileName
(const char *
name
)
Function Documentation
◆
GetFileName()
const char * dart::bin::test::GetFileName
(
const char *
name
)
Definition at line
12
of file
test_utils.cc
.
12
{
13
if
(bin::File::Exists(
nullptr
,
name
)) {
14
return
name
;
15
}
else
{
16
const
int
kRuntimeLength = strlen(
"runtime/"
);
17
return
name
+ kRuntimeLength;
18
}
19
}
flutter::name
DEF_SWITCHES_START aot vmservice shared library name
Definition:
switches.h:32
Generated on Sun Jun 23 2024 21:59:50 for Flutter Engine by
1.9.4