Home
last modified time | relevance | path

Searched refs:flatbuffer_path (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/noto-fonts/emoji-compat/
H A Dcreatefont.py454 def validate_input_files(font_path, unicode_path, flatbuffer_path): argument
470 if not os.path.isdir(flatbuffer_path):
472 "Flatbuffer directory does not exist or is not a directory " + flatbuffer_path)
474 flatbuffer_filenames = [os.path.join(flatbuffer_path, FLATBUFFER_SCHEMA),
475 os.path.join(flatbuffer_path, FLATBUFFER_HEADER)]