Home
last modified time | relevance | path

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

/external/bluetooth/glib/gio/
Dglocalfile.c2109 GLocalFile *local_source, *local_destination; in g_local_file_move() local
2124 local_source = G_LOCAL_FILE (source); in g_local_file_move()
2127 res = g_lstat (local_source->filename, &statbuf); in g_local_file_move()
2209 if (g_rename (local_source->filename, local_destination->filename) == -1) in g_local_file_move()