Home
last modified time | relevance | path

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

/art/runtime/base/
Dstl_util.h109 using UniqueCPtr = std::unique_ptr<T, FreeDelete>; variable
/art/runtime/jit/
Dprofile_saver.cc540 UniqueCPtr<const char[]> real_path(realpath(path.c_str(), nullptr)); in CheckContainsWithRealPath()
617 UniqueCPtr<const char[]> dex_location_real_path(realpath(dex_location.c_str(), nullptr)); in MaybeRecordDexUseInternal()
/art/runtime/base/unix_file/
Dfd_file.cc295 art::UniqueCPtr<void> buffer(malloc(buffer_size)); in Copy()
/art/runtime/
Ddex_file_test.cc372 UniqueCPtr<const char[]> dex_location_real(realpath(file.GetFilename().c_str(), nullptr)); in TEST_F()
Doat_file.cc644 UniqueCPtr<char> absolute_path(realpath(elf_filename.c_str(), nullptr)); in Dlopen()
Ddex_file.cc1110 UniqueCPtr<const char[]> path(realpath(base_location.c_str(), nullptr)); in GetDexCanonicalLocation()