OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:script_root
(Results
1 - 3
of
3
) 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
))
/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 122 milliseconds