Home
last modified time | relevance | path

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

/system/core/libcutils/
Dandroid_get_control_file_test.cpp31 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()
Dklog.cpp40 int ret = android_get_control_file(kmsg_device); in __open_klog()
Dandroid_get_control_file.cpp79 int android_get_control_file(const char* path) { in android_get_control_file() function
DAndroid.bp93 "android_get_control_file.cpp",
/system/core/libcutils/include_outside_system/cutils/
Dandroid_get_control_file.h31 int android_get_control_file(const char* path);
/system/core/libcutils/include/cutils/
Dandroid_get_control_file.h31 int android_get_control_file(const char* path);
/system/logging/logd/
Dmain.cpp208 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/
Dutility.cpp213 int fd = android_get_control_file(path.data()); in GetControlFileOrOpen()
/system/core/libcutils/abi-dumps/arm_arm64/source-based/
Dlibcutils.so.lsdump177 "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/
Dlibcutils.so.lsdump167 "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/
Dlpdump.cc299 fd.reset(android_get_control_file(path.c_str())); in Open()
/system/core/healthd/
Dhealthd_mode_charger.cpp231 auto fd = android_get_control_file(kmsg[i]); in dump_last_kmsg()
/system/chre/platform/
Dplatform.mk322 GOOGLE_ARM64_ANDROID_SRCS += $(ANDROID_CUTILS_TOP)/android_get_control_file.cpp
/system/core/llkd/
Dlibllkd.cpp502 auto fd = android_get_control_file(file.c_str()); in llkFileToWriteFd()