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

  /external/linux-tools-perf/
builtin-script.c 840 char *script_root; local
857 script_root = strdup(script_dirent.d_name);
858 str = (char *)ends_with(script_root, REPORT_SUFFIX);
861 desc = script_desc__findnew(script_root);
866 free(script_root);
881 static char *get_script_path(const char *script_root, const char *suffix)
909 if (strcmp(__script_root, 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 5093 milliseconds