Searched defs:child_path (Results 1 – 3 of 3) sorted by relevance
705 const string child_path = parent_path + "/" + name; in do_lookup() local942 const string child_path = parent_path + "/" + name; in pf_mknod() local980 const string child_path = parent_path + "/" + name; in pf_mkdir() local1021 const string child_path = parent_path + "/" + name; in pf_unlink() local1057 const string child_path = parent_path + "/" + name; in pf_rmdir() local1807 const string child_path = parent_path + "/" + name; in pf_create() local
231 static bool CreateDirectories(const std::string& child_path, /* out */ std::string* error_msg) { in CreateDirectories()
500 auto child_path = [&] { return dirpath + "/" + dp->d_name; }; in ReadDirectoryEntriesFromDirectoryPath() local