Home
last modified time | relevance | path

Searched refs:current_path (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tools/aapt2/util/
DFiles_test.cpp79 [&kDirName, &CreateResursiveDirs](std::string current_path, const size_t n) -> void { in TEST_F() argument
80 AppendPath(&current_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()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/
Dfield_mask_util.cc279 string current_path = prefix.empty() ? it->first : prefix + "." + it->first; in MergeToFieldMask() local
280 MergeToFieldMask(current_path, it->second, out); in MergeToFieldMask()
344 string current_path = prefix.empty() ? it->first : prefix + "." + it->first; in MergeLeafNodesToTree() local
345 MergeLeafNodesToTree(current_path, it->second, out); in MergeLeafNodesToTree()
/frameworks/native/cmds/installd/
Dutils.cpp1068 const std::string& current_path, in collect_profiles() argument
1079 std::string local_path = current_path + "/" + name; in collect_profiles()