Home
last modified time | relevance | path

Searched defs:flatc_exe (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/flatbuffers/tests/annotated_binary/
H A Dgenerate_annotations.py30 flatc_exe = Path( variable
36 flatc_exe = flatc_exe.relative_to(root_path) variable
/aosp_15_r20/external/flatbuffers/scripts/
H A Dutil.py28 flatc_exe = Path("flatc" if not platform.system() == "Windows" else "flatc.exe") variable
32 flatc_exe = flatc_exe.relative_to(root_path) variable
H A Dgenerate_code.py53 flatc_exe = Path( variable
61 flatc_exe = flatc_exe.relative_to(root_path) variable
/aosp_15_r20/external/flatbuffers/tests/
H A DTypeScriptTest.py34 flatc_exe = Path("flatc.exe" if is_windows else "flatc") variable
38 flatc_exe = flatc_exe.relative_to(root_path) variable
/aosp_15_r20/external/flatbuffers/tests/flatc/
H A Dflatc_test.py36 flatc_exe = Path( variable
44 flatc_exe = flatc_exe.relative_to(root_path) variable