Searched refs:android_get_control_file (Results 1 – 7 of 7) sorted by relevance
31 TEST(FilesTest, android_get_control_file) { in TEST() argument41 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()
31 int android_get_control_file(const char* path);
39 int ret = android_get_control_file(kmsg_device); in __open_klog()
87 int android_get_control_file(const char* path) { in android_get_control_file() function
21 "android_get_control_file.cpp",
416 fdDmesg = android_get_control_file(dev_kmsg); in main()427 fdPmesg = android_get_control_file(proc_kmsg); in main()