Home
last modified time | relevance | path

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

/aosp14/system/core/libcutils/
H A 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()
H A Dklog.cpp40 int ret = android_get_control_file(kmsg_device); in __open_klog()
H A Dandroid_get_control_file.cpp79 int android_get_control_file(const char* path) { in android_get_control_file() function
H A DAndroid.bp93 "android_get_control_file.cpp",
/aosp14/system/core/libcutils/include/cutils/
H A Dandroid_get_control_file.h31 int android_get_control_file(const char* path);
/aosp14/system/core/libcutils/include_outside_system/cutils/
H A Dandroid_get_control_file.h31 int android_get_control_file(const char* path);
/aosp14/system/core/fs_mgr/liblp/
H A Dutility.cpp212 int fd = android_get_control_file(path.data()); in GetControlFileOrOpen()
/aosp14/system/core/healthd/
H A Dhealthd_mode_charger.cpp231 auto fd = android_get_control_file(kmsg[i]); in dump_last_kmsg()
/aosp14/system/core/llkd/
H A Dlibllkd.cpp502 auto fd = android_get_control_file(file.c_str()); in llkFileToWriteFd()