Home
last modified time | relevance | path

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

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/include/
H A Dfil0fil.h397 static constexpr auto SLASH_DOT_DOT_SLASH = "\\..\\"; variable
401 static constexpr auto SLASH_DOT_DOT_SLASH = "/../"; variable
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/fil/
H A Dfil0fil.cc99 constexpr const char *Fil_path::SLASH_DOT_DOT_SLASH; member in Fil_path
7130 static const std::string SLASH_DOT_DOT_SLASH = "\\..\\"; in meb_has_back_link() local
7133 static const std::string SLASH_DOT_DOT_SLASH = "/../"; in meb_has_back_link()
7136 (std::string::npos != path.find(SLASH_DOT_DOT_SLASH))); in meb_has_back_link()
9542 size_t back_up = m_path.find(SLASH_DOT_DOT_SLASH, first); in is_circular()