HomeSort by relevance Sort by last modified time
    Searched full:child_path (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/resources/file_manager/bin/
squashdir.py 44 for child_path in glob.glob(abs_src + '/*'):
45 scan_path(dest, src, child_path[len(src) + 1:])
  /external/chromium/chrome/browser/ui/gtk/
gtk_tree.cc 34 GtkTreePath *child_path = gtk_tree_model_sort_convert_path_to_child_path( local
36 int row = GetRowNumForPath(child_path);
37 gtk_tree_path_free(child_path);
task_manager_gtk.cc 946 GtkTreePath* child_path = gtk_tree_path_new_from_indices(iter->first + i, local
964 GtkTreePath* child_path = gtk_tree_model_sort_convert_path_to_child_path( local
    [all...]
  /external/chromium/chrome/browser/resources/file_manager/js/
file_manager.js 169 * Checks if |parent_path| is parent file path of |child_path|.
172 * @param {string} child_path The child path.
174 function isParentPath(parent_path, child_path) {
176 !child_path || child_path.length == 0)
182 if (child_path[child_path.length -1] != '/')
183 child_path += '/';
185 return child_path.indexOf(parent_path) == 0;
    [all...]
  /external/bluetooth/bluez/gdbus/
object.c 459 static void invalidate_parent_data(DBusConnection *conn, const char *child_path)
464 parent_path = g_strdup(child_path);

Completed in 1199 milliseconds