Searched refs:android_get_control_file (Results 1 – 14 of 14) sorted by relevance
/system/core/libcutils/ |
D | android_get_control_file_test.cpp | 31 TEST(FilesTest, android_get_control_file) { in TEST() argument 41 EXPECT_EQ(android_get_control_file(tf.path), -1); in TEST() 45 EXPECT_EQ(android_get_control_file(tf.path), tf.fd); in TEST() 47 EXPECT_EQ(android_get_control_file(tf.path), -1); in TEST() 49 EXPECT_EQ(android_get_control_file(tf.path), -1); in TEST()
|
D | klog.cpp | 40 int ret = android_get_control_file(kmsg_device); in __open_klog()
|
D | android_get_control_file.cpp | 79 int android_get_control_file(const char* path) { in android_get_control_file() function
|
D | Android.bp | 93 "android_get_control_file.cpp",
|
/system/core/libcutils/include_outside_system/cutils/ |
D | android_get_control_file.h | 31 int android_get_control_file(const char* path);
|
/system/core/libcutils/include/cutils/ |
D | android_get_control_file.h | 31 int android_get_control_file(const char* path);
|
/system/logging/logd/ |
D | main.cpp | 208 int fdDmesg = android_get_control_file(dev_kmsg); in main() 220 fdPmesg = android_get_control_file(proc_kmsg); in main()
|
/system/core/fs_mgr/liblp/ |
D | utility.cpp | 213 int fd = android_get_control_file(path.data()); in GetControlFileOrOpen()
|
/system/core/libcutils/abi-dumps/arm_arm64/source-based/ |
D | libcutils.so.lsdump | 177 "name" : "android_get_control_file" 654 "function_name" : "android_get_control_file", 655 "linker_set_key" : "android_get_control_file", 663 "source_file" : "system/core/libcutils/include/cutils/android_get_control_file.h"
|
/system/core/libcutils/abi-dumps/arm64/source-based/ |
D | libcutils.so.lsdump | 167 "name" : "android_get_control_file" 644 "function_name" : "android_get_control_file", 645 "linker_set_key" : "android_get_control_file", 653 "source_file" : "system/core/libcutils/include/cutils/android_get_control_file.h"
|
/system/extras/partition_tools/ |
D | lpdump.cc | 299 fd.reset(android_get_control_file(path.c_str())); in Open()
|
/system/core/healthd/ |
D | healthd_mode_charger.cpp | 231 auto fd = android_get_control_file(kmsg[i]); in dump_last_kmsg()
|
/system/chre/platform/ |
D | platform.mk | 322 GOOGLE_ARM64_ANDROID_SRCS += $(ANDROID_CUTILS_TOP)/android_get_control_file.cpp
|
/system/core/llkd/ |
D | libllkd.cpp | 502 auto fd = android_get_control_file(file.c_str()); in llkFileToWriteFd()
|