Searched defs:parent_path (Results 1 – 7 of 7) 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
695 string parent_path = parent_node->BuildPath(); in do_lookup() local934 string parent_path = parent_node->BuildPath(); in pf_mknod() local972 const string parent_path = parent_node->BuildPath(); in pf_mkdir() local1013 const string parent_path = parent_node->BuildPath(); in pf_unlink() local1042 const string parent_path = parent_node->BuildPath(); in pf_rmdir() local1799 const string parent_path = parent_node->BuildPath(); in pf_create() local
128 std::string parent_path = path.substr(0, current_pos); in mkdirs() local
451 llvm::StringRef parent_path = llvm::sys::path::parent_path(dst_path); in preprocessHeaders() local
234 std::string parent_path = child_path.substr(0, last_slash_pos); in CreateDirectories() local
1080 static std::string getAppDataDirName(std::string_view parent_path, std::string_view package_name, in getAppDataDirName()