Home
last modified time | relevance | path

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

/aosp12/art/libartbase/base/
H A Dfile_utils_test.cc69 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 Dfile_utils.cc95 UniqueCPtr<char> fname(strdup(info.dli_fname)); in GetRootContainingLibartbase()
622 UniqueCPtr<const char[]> full_path(realpath(location.c_str(), nullptr)); in LocationIsOnSystem()
H A Dstl_util.h92 using UniqueCPtr = std::unique_ptr<T, FreeDelete>; variable
H A Dcommon_art_test.cc512 UniqueCPtr<char[]> executable_path(realpath(cmdline.c_str(), nullptr)); in GetTestDexFileName()
/aosp12/frameworks/av/media/libeffects/factory/
H A DEffectsXmlConfigLoader.cpp120 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 Ddex2oat_environment_test.h56 UniqueCPtr<const char[]> android_data_real(realpath(android_data_.c_str(), nullptr)); in SetUp()
H A Doat_file.cc1228 UniqueCPtr<char> absolute_path(realpath(elf_filename.c_str(), nullptr)); in Dlopen()
/aosp12/art/libdexfile/dex/
H A Dart_dex_file_loader_test.cc304 UniqueCPtr<const char[]> dex_location_real(realpath(file.GetFilename().c_str(), nullptr)); in TEST_F()
H A Ddex_file_loader.cc196 UniqueCPtr<const char[]> path(realpath(base_location.c_str(), nullptr)); in GetDexCanonicalLocation()
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DSerializer.cpp266 using UniqueCPtr = std::unique_ptr<T, FreeDelete>; typedef
623 UniqueCPtr<char> sourcesLiteral{strndup(
/aosp12/art/runtime/gc/space/
H A Dimage_space_test.cc408 UniqueCPtr<const char[]> old_dex2oat_bcp_;
/aosp12/art/libartbase/base/unix_file/
H A Dfd_file.cc503 art::UniqueCPtr<void> buffer(malloc(buffer_size)); in Copy()
/aosp12/art/runtime/jit/
H A Dprofile_saver.cc1269 UniqueCPtr<const char[]> location_real(realpath(location.c_str(), nullptr)); in ResolveTrackedLocations()
/aosp12/art/dexlayout/
H A Ddex_ir.h593 UniqueCPtr<const char> data_;
/aosp12/frameworks/native/cmds/installd/
H A Ddexopt.cpp86 using UniqueCPtr = std::unique_ptr<T, FreeDelete>; typedef