Searched refs:namespace_dir (Results 1 – 4 of 4) sorted by relevance
77 std::string namespace_dir = path; // Either empty or ends in separator. in NamespaceDir() local80 namespace_dir += *it + kPathSeparator; in NamespaceDir()81 EnsureDirExists(namespace_dir.c_str()); in NamespaceDir()83 return namespace_dir; in NamespaceDir()
707 std::string namespace_dir = path_; in SaveType() local710 if (it != namespaces.begin()) namespace_dir += kPathSeparator; in SaveType()711 namespace_dir += *it; in SaveType()712 std::string init_py_filename = namespace_dir + "/__init__.py"; in SaveType()
700 std::string namespace_dir = path_; in SaveType() local703 if (it != namespaces.begin()) namespace_dir += kPathSeparator; in SaveType()704 namespace_dir += *it; in SaveType()
397 string namespace_dir = StringReplace(namespace_suffix, ".", "/", true); in GetOutputFile() local398 if (!namespace_dir.empty()) { in GetOutputFile()399 namespace_dir += "/"; in GetOutputFile()401 return namespace_dir + relative_filename; in GetOutputFile()