Searched defs:parent_path (Results 1 – 4 of 4) sorted by relevance
135 TEST_F(PathTest, parent_path) { in TEST_F() argument
158 Path Path::parent_path() const { in parent_path() function in mcld::sys::fs::Path
128 std::string parent_path = path.substr(0, current_pos); in mkdirs() local
1096 static std::string getAppDataDirName(std::string_view parent_path, std::string_view package_name, in getAppDataDirName()