Searched defs:create_path (Results 1 – 2 of 2) sorted by relevance
221 const string create_path = io::JoinPath(BaseDir(), "a", "b", "c", "d"); in TEST_F() local239 const string create_path = io::JoinPath(BaseDir(), "a", "b", "c", "d"); in TEST_F() local361 const string create_path = strings::StrCat( in TEST_F() local
81 pub fn create_path(path: &[PathBuf]) -> OsString { in create_path() method