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

  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-script.c 976 char *script_root, *str; local
978 script_root = strdup(script_dirent->d_name);
979 if (!script_root)
982 str = (char *)ends_with(script_root, suffix);
984 free(script_root);
989 return script_root;
1003 char *script_root; local
1019 script_root = get_script_root(&script_dirent, REPORT_SUFFIX);
1020 if (script_root) {
1021 desc = script_desc__findnew(script_root);
    [all...]
  /development/ndk/tools/
headers-diff-bionic-vs-ndk.py 117 script_root = os.path.dirname(os.path.realpath(__file__))
118 self.aosp_root = os.path.normpath(os.path.join(script_root, '../../..'))
  /frameworks/compile/libbcc/gdb_plugin/
android-commands.py 632 script_root = os.path.join(os.getenv('ANDROID_BUILD_TOP'), \
635 path_in_root = os.path.join(script_root, script_name)

Completed in 160 milliseconds