Home
last modified time | relevance | path

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

/third_party/libsoup/libsoup/
Dsoup-cookie-jar-db.c218 try_exec: in exec_query_with_try_create_table()
225 goto try_exec; in exec_query_with_try_create_table()
Dsoup-hsts-enforcer-db.c201 try_exec: in exec_query_with_try_create_table()
208 goto try_exec; in exec_query_with_try_create_table()
/third_party/glib/gio/
Dgdesktopappinfo.c117 char *try_exec; member
1655 g_free (info->try_exec); in g_desktop_app_info_finalize()
1763 char *try_exec; in g_desktop_app_info_load_from_keyfile() local
1786 try_exec = g_key_file_get_string (key_file, in g_desktop_app_info_load_from_keyfile()
1790 if (try_exec && try_exec[0] != '\0') in g_desktop_app_info_load_from_keyfile()
1793 t = g_find_program_in_path (try_exec); in g_desktop_app_info_load_from_keyfile()
1796 g_free (try_exec); in g_desktop_app_info_load_from_keyfile()
1813 g_free (try_exec); in g_desktop_app_info_load_from_keyfile()
1825 g_free (try_exec); in g_desktop_app_info_load_from_keyfile()
1841 info->try_exec = try_exec; in g_desktop_app_info_load_from_keyfile()
[all …]
/third_party/ffmpeg/
Dconfigure17 try_exec(){ function
34 try_exec bash "$0" "$@"
38 try_exec ksh "$0" "$@"
42 try_exec /usr/xpg4/bin/sh "$0" "$@"