Flutter Engine
The Flutter Engine
third_party
dart-lang
sdk
third_party
binaryen
list_sources.py
Go to the documentation of this file.
1
#!/usr/bin/env python3
2
# Copyright (c) 2022, the Dart project authors. Please see the AUTHORS file
3
# for details. All rights reserved. Use of this source code is governed by a
4
# BSD-style license that can be found in the LICENSE file.
5
6
import
os
7
import
sys
8
9
def
main
(args):
10
for
file
in
sorted(os.listdir(args[0])):
11
if
file.endswith(
'.cpp'
)
or
file.endswith(
'.h'
):
12
print
(file)
13
14
15
if
__name__ ==
'__main__'
:
16
main
(sys.argv[1:])
list_sources.main
def main(args)
Definition:
list_sources.py:9
main
Definition:
main.py:1
run_tests.print
def print(*args, **kwargs)
Definition:
run_tests.py:49
Generated on Sun Jun 23 2024 21:55:51 for Flutter Engine by
1.9.4