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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
spawn.py 108 exec_fn = search_path and os.execvp or os.execv
129 exec_fn = search_path and os.execvpe or os.execve
135 exec_fn(*exec_args)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
spawn.py 108 exec_fn = search_path and os.execvp or os.execv
129 exec_fn = search_path and os.execvpe or os.execve
135 exec_fn(*exec_args)
  /external/squashfs-tools/squashfs-tools/
action.c 2598 static int exec_fn(struct atom *atom, struct action_data *action_data) function
    [all...]

Completed in 668 milliseconds