Searched refs:UniqueCPtr (Results 1 – 15 of 15) sorted by relevance
/aosp12/art/libartbase/base/ |
H A D | file_utils_test.cc | 69 UniqueCPtr<char> root_dup(strdup(android_root_env.c_str())); in TEST_F() 88 UniqueCPtr<char> real_root3(realpath(android_root3.c_str(), nullptr)); in TEST_F() 90 UniqueCPtr<char> real_root(realpath(android_root.c_str(), nullptr)); in TEST_F() 116 UniqueCPtr<char> root_dup(strdup(android_art_root_env.c_str())); in TEST_F() 142 UniqueCPtr<char> real_root3(realpath(android_art_root3.c_str(), nullptr)); in TEST_F() 144 UniqueCPtr<char> real_root(realpath(android_art_root.c_str(), nullptr)); in TEST_F()
|
H A D | file_utils.cc | 95 UniqueCPtr<char> fname(strdup(info.dli_fname)); in GetRootContainingLibartbase() 622 UniqueCPtr<const char[]> full_path(realpath(location.c_str(), nullptr)); in LocationIsOnSystem()
|
H A D | stl_util.h | 92 using UniqueCPtr = std::unique_ptr<T, FreeDelete>; variable
|
H A D | common_art_test.cc | 512 UniqueCPtr<char[]> executable_path(realpath(cmdline.c_str(), nullptr)); in GetTestDexFileName()
|
/aosp12/frameworks/av/media/libeffects/factory/ |
H A D | EffectsXmlConfigLoader.cpp | 120 using UniqueCPtr = std::unique_ptr<T, FreeDeleter>; typedef 124 UniqueCPtr<T> makeUniqueC() { in makeUniqueC() 126 return UniqueCPtr<T>{ptr}; in makeUniqueC() 148 void listPush(UniqueCPtr<T>&& object, ListElem** list, pthread_mutex_t* mutex = nullptr) noexcept { in listPush() 209 UniqueCPtr<effect_descriptor_t> effectDesc;
|
/aosp12/art/runtime/ |
H A D | dex2oat_environment_test.h | 56 UniqueCPtr<const char[]> android_data_real(realpath(android_data_.c_str(), nullptr)); in SetUp()
|
H A D | oat_file.cc | 1228 UniqueCPtr<char> absolute_path(realpath(elf_filename.c_str(), nullptr)); in Dlopen()
|
/aosp12/art/libdexfile/dex/ |
H A D | art_dex_file_loader_test.cc | 304 UniqueCPtr<const char[]> dex_location_real(realpath(file.GetFilename().c_str(), nullptr)); in TEST_F()
|
H A D | dex_file_loader.cc | 196 UniqueCPtr<const char[]> path(realpath(base_location.c_str(), nullptr)); in GetDexCanonicalLocation()
|
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
H A D | Serializer.cpp | 266 using UniqueCPtr = std::unique_ptr<T, FreeDelete>; typedef 623 UniqueCPtr<char> sourcesLiteral{strndup(
|
/aosp12/art/runtime/gc/space/ |
H A D | image_space_test.cc | 408 UniqueCPtr<const char[]> old_dex2oat_bcp_;
|
/aosp12/art/libartbase/base/unix_file/ |
H A D | fd_file.cc | 503 art::UniqueCPtr<void> buffer(malloc(buffer_size)); in Copy()
|
/aosp12/art/runtime/jit/ |
H A D | profile_saver.cc | 1269 UniqueCPtr<const char[]> location_real(realpath(location.c_str(), nullptr)); in ResolveTrackedLocations()
|
/aosp12/art/dexlayout/ |
H A D | dex_ir.h | 593 UniqueCPtr<const char> data_;
|
/aosp12/frameworks/native/cmds/installd/ |
H A D | dexopt.cpp | 86 using UniqueCPtr = std::unique_ptr<T, FreeDelete>; typedef
|