Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_os_Debug.cpp51 static inline UniqueFile MakeUniqueFile(const char* path, const char* mode) { in MakeUniqueFile() function
439 UniqueFile fp = MakeUniqueFile(smaps_path.c_str(), "re"); in load_maps()
531 UniqueFile fp = MakeUniqueFile(smaps_path.c_str(), "re"); in android_os_Debug_getPssPid()
610 UniqueFile fp = MakeUniqueFile("/proc/vmallocinfo", "re"); in get_allocated_vmalloc_memory()
655 UniqueFile mm_stat_file = MakeUniqueFile(ZRAM_SYSFS "mm_stat", "re"); in get_zram_mem_used()
666 UniqueFile mem_used_total_file = MakeUniqueFile(ZRAM_SYSFS "mem_used_total", "re"); in get_zram_mem_used()
786 UniqueFile fp = MakeUniqueFile(BINDER_STATS, "re"); in read_binder_stat()
960 UniqueFile in = MakeUniqueFile(maps, "re"); in dumpNativeHeap()