Searched refs:UniqueCPtr (Results 1 – 6 of 6) sorted by relevance
109 using UniqueCPtr = std::unique_ptr<T, FreeDelete>; variable
540 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()
295 art::UniqueCPtr<void> buffer(malloc(buffer_size)); in Copy()
372 UniqueCPtr<const char[]> dex_location_real(realpath(file.GetFilename().c_str(), nullptr)); in TEST_F()
644 UniqueCPtr<char> absolute_path(realpath(elf_filename.c_str(), nullptr)); in Dlopen()
1110 UniqueCPtr<const char[]> path(realpath(base_location.c_str(), nullptr)); in GetDexCanonicalLocation()