Home
last modified time | relevance | path

Searched refs:curName (Results 1 - 2 of 2) sorted by relevance

/foundation/filemanagement/user_file_service/test/unittest/
H A Dexternal_file_access_test.cpp126 std::string curName = uri.GetAuthority(); in ReplaceBundleNameFromPath() local
127 if (curName.empty()) { in ReplaceBundleNameFromPath()
130 path.replace(path.find(curName), curName.length(), newName); in ReplaceBundleNameFromPath()
H A Dmedialibrary_file_access_test_info.cpp827 std::string curName = uri.GetAuthority(); in ReplaceBundleNameFromPath() local
828 if (curName.empty()) { in ReplaceBundleNameFromPath()
831 path.replace(path.find(curName), curName.length(), newName); in ReplaceBundleNameFromPath()

Completed in 4 milliseconds