Searched refs:full_file_name (Results 1 – 2 of 2) sorted by relevance
515 for full_file_name in glob.glob(directory + "/*"):516 file_name = os.path.basename(full_file_name)
512 std::string GenPrefixedImport(const std::string &full_file_name, in GenPrefixedImport() argument518 auto it = parser_.included_files_.find(full_file_name); in GenPrefixedImport()530 return "import * as " + GenFileNamespacePrefix(full_file_name) + in GenPrefixedImport()