Searched refs:current_path (Results 1 – 3 of 3) sorted by relevance
79 [&kDirName, &CreateResursiveDirs](std::string current_path, const size_t n) -> void { in TEST_F() argument80 AppendPath(¤t_path, kDirName); in TEST_F()83 ASSERT_TRUE(file::mkdirs(current_path)) << "Failed to create path " << current_path; in TEST_F()85 CreateResursiveDirs(current_path, n - 1); in TEST_F()89 _rmdir(current_path.data()); in TEST_F()
279 string current_path = prefix.empty() ? it->first : prefix + "." + it->first; in MergeToFieldMask() local280 MergeToFieldMask(current_path, it->second, out); in MergeToFieldMask()344 string current_path = prefix.empty() ? it->first : prefix + "." + it->first; in MergeLeafNodesToTree() local345 MergeLeafNodesToTree(current_path, it->second, out); in MergeLeafNodesToTree()
1068 const std::string& current_path, in collect_profiles() argument1079 std::string local_path = current_path + "/" + name; in collect_profiles()