Home
last modified time | relevance | path

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

/external/autotest/client/deps/fakegudev/src/
Dfakesyscalls.c81 static GHashTable *file_redirection_map; variable
97 if (file_redirection_map) in fake_syscalls_finish()
98 g_hash_table_unref (file_redirection_map); in fake_syscalls_finish()
124 file_redirection_map = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, in setup_redirection_map()
178 g_hash_table_insert (file_redirection_map, in setup_redirection_map()
198 if (file_redirection_map == NULL) in open()
201 redirection = (char *) g_hash_table_lookup (file_redirection_map, pathname); in open()
232 if (file_redirection_map == NULL) in creat()
235 redirection = (char *) g_hash_table_lookup (file_redirection_map, pathname); in creat()