===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
gvfs-1.46.1/test/google.c-1288-   *
gvfs-1.46.1/test/google.c:1289:   * `gio copy id1 ./"$T (copy)"`           (where id2 is the ID of a folder)
gvfs-1.46.1/test/google.c-1290-   *
##############################################
gvfs-1.46.1/test/google.c-1318-   *
gvfs-1.46.1/test/google.c:1319:   * `gio copy ./id1 ./$Title$` where $Title$ is the title of file with ID `id1`.
gvfs-1.46.1/test/google.c-1320-   *
##############################################
gvfs-1.46.1/test/google.c-1339-  /* The below test case is equivalent to the following commandline operations:
gvfs-1.46.1/test/google.c:1340:   * `gio copy id1 id2/$Title$`  (where id2 is the ID of a folder, and $Title$
gvfs-1.46.1/test/google.c-1341-   * is the title of file with ID `id1`) */
##############################################
gvfs-1.46.1/test/google.c-1395-   *
gvfs-1.46.1/test/google.c:1396:   * `gio move ./${TITLE} ./SomeOtherTitle`
gvfs-1.46.1/test/google.c-1397-   *
##############################################
gvfs-1.46.1/test/google.c-1403-  /* The below test case is equivalent to the following commandline operations:
gvfs-1.46.1/test/google.c:1404:   * `gio move ./id1 ./id2/$Title$` (where `id2` is the ID of a folder, and
gvfs-1.46.1/test/google.c-1405-   * $Title$ is the title of file with ID `id1`).
##############################################
gvfs-1.46.1/test/google.c-1413-   * (with the G_FILE_COPY_BACKUP flag supplied to g_file_move function):
gvfs-1.46.1/test/google.c:1414:   * `gio move ./id1 id2/$Title$`  (where `id2` is the ID of a folder, and
gvfs-1.46.1/test/google.c-1415-   * $Title$ is the title of file with ID `id1`)
##############################################
gvfs-1.46.1/test/google.c-1424-  /* The below test case is equivalent to the following commandline operations:
gvfs-1.46.1/test/google.c:1425:   * `gio move ./id1 id2/$Title$`  (where `id2` is the ID of a folder, and
gvfs-1.46.1/test/google.c-1426-   * $Title$ is the title of file with ID `id1`) */
##############################################
gvfs-1.46.1/test/gvfs-testbed-25-pid=$$
gvfs-1.46.1/test/gvfs-testbed:26:while [ "`stat -c '%u' /proc/$pid`" = "0" ]; do
gvfs-1.46.1/test/gvfs-testbed:27:    pid=`awk '/^PPid:/ {print $2}' /proc/$pid/status`
gvfs-1.46.1/test/gvfs-testbed-28-    if [ -z "$pid" -o "$pid" = "1" ]; then
##############################################
gvfs-1.46.1/test/gvfs-testbed-32-done
gvfs-1.46.1/test/gvfs-testbed:33:CALLING_UID="`stat -c '%u' /proc/$pid`"
gvfs-1.46.1/test/gvfs-testbed:34:CALLING_USER="`stat -c '%U' /proc/$pid`"
gvfs-1.46.1/test/gvfs-testbed-35-
##############################################
gvfs-1.46.1/test/gvfs-testbed-37-[ "$CALLING_UID" -gt 0 ] && [ -n "$CALLING_USER" ]
gvfs-1.46.1/test/gvfs-testbed:38:CALLING_GROUP="`id -gn $CALLING_USER`"
gvfs-1.46.1/test/gvfs-testbed-39-
##############################################
gvfs-1.46.1/test/gvfs-testbed-86-# copy our local mock polkitd into testbed
gvfs-1.46.1/test/gvfs-testbed:87:cp `dirname $0`/test_polkitd.py $MNT/home/
gvfs-1.46.1/test/gvfs-testbed-88-
##############################################
gvfs-1.46.1/test/gvfs-testbed-103-    # we need to copy our test files as well, if we run gvfs-test
gvfs-1.46.1/test/gvfs-testbed:104:    if [ -d "`dirname $1`/files" ]; then
gvfs-1.46.1/test/gvfs-testbed:105:        cp -a "`dirname $1`/files" $MNT/home
gvfs-1.46.1/test/gvfs-testbed-106-    fi
##############################################
gvfs-1.46.1/test/run-in-tree.sh-22-        # case for calling this manually in a built tree
gvfs-1.46.1/test/run-in-tree.sh:23:        DBUS_CONF=`dirname $0`/session.conf
gvfs-1.46.1/test/run-in-tree.sh-24-    fi
##############################################
gvfs-1.46.1/test/run-in-tree.sh-26-    PIDFILE=`mktemp`
gvfs-1.46.1/test/run-in-tree.sh:27:    export DBUS_SESSION_BUS_ADDRESS=`dbus-daemon --config-file=$DBUS_CONF --fork --print-address=1 --print-pid=3 3>${PIDFILE}`
gvfs-1.46.1/test/run-in-tree.sh:28:    DBUS_SESSION_BUS_PID=`cat $PIDFILE`
gvfs-1.46.1/test/run-in-tree.sh-29-    rm $PIDFILE