Home
last modified time | relevance | path

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

/art/runtime/
Dutils.h310 using UniqueCPtr = std::unique_ptr<T, FreeDelete>; variable
Ddex_file_test.cc371 UniqueCPtr<const char[]> dex_location_real(realpath(file.GetFilename().c_str(), nullptr)); in TEST_F()
Ddex_file.cc1036 UniqueCPtr<const char[]> path(realpath(base_location.c_str(), nullptr)); in GetDexCanonicalLocation()