HomeSort by relevance Sort by last modified time
    Searched refs:dst_dir (Results 1 - 2 of 2) sorted by null

  /ndk/sources/host-tools/sed-4.2.1/
autoboot 352 dst_dir=`dirname "$dst"`
353 if ! test -d "$dst_dir"; then
354 mkdir -p "$dst_dir"
359 parent=`dirname "$dst_dir"`
363 insert_sorted_if_absent $ig `echo "$dst_dir"|sed 's,.*/,,'`
424 dst_dir=`dirname "$cp_dst"`
425 test -d "$dst_dir" || mkdir -p "$dst_dir"
  /external/bluetooth/glib/gio/tests/
live-g-file.c 649 GFile *dst_dir, *src_file, *dst_file; local
655 dst_dir = g_file_get_child (root, target_dir);
656 g_assert (dst_dir != NULL);
659 dst_file = g_file_get_child (dst_dir, item.filename);
728 g_object_unref (dst_dir);
    [all...]

Completed in 262 milliseconds