Home
last modified time | relevance | path

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

/external/flatbuffers/src/
Dflatc.cpp210 output_path = flatbuffers::ConCatPathFileName( in Compile()
229 opts.include_prefix = flatbuffers::ConCatPathFileName( in Compile()
Dutil.cpp151 std::string ConCatPathFileName(const std::string &path, in ConCatPathFileName() function
Didl_gen_js_ts.cpp527 path = flatbuffers::ConCatPathFileName(parser_.opts.include_prefix, path); in GenPrefixedImport()
Didl_parser.cpp2955 filepath = flatbuffers::ConCatPathFileName(*paths, name); in DoParse()
/external/flatbuffers/tests/
Dtest.cpp608 flatbuffers::ConCatPathFileName(test_data_path, "include_test"); in JsonDefaultTest()
639 flatbuffers::ConCatPathFileName(test_data_path, "include_test"); in JsonEnumsTest()
704 auto include_test_path = ConCatPathFileName(test_data_path, "include_test"); in TestMonsterExtraFloats()
790 flatbuffers::ConCatPathFileName(test_data_path, "include_test"); in ParseAndGenerateTextTest()
2076 flatbuffers::ConCatPathFileName(test_data_path, "include_test"); in GenerateTableTextTest()
2435 flatbuffers::ConCatPathFileName(test_data_path, "include_test"); in InvalidNestedFlatbufferTest()
/external/flatbuffers/include/flatbuffers/
Dutil.h451 std::string ConCatPathFileName(const std::string &path,