OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScriptDir
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/testing/gtest_ios/
run-unittest.sh
19
readonly
ScriptDir
=$(dirname "$(echo ${0} | sed -e "s,^\([^/]\),$(pwd)/\1,")")
21
readonly ThisScript="${
ScriptDir
}/${ScriptName}"
/external/chromium_org/tools/python/google/
httpd_utils.py
74
script_dir = google.path_utils.
ScriptDir
()
110
script_dir = google.path_utils.
ScriptDir
()
path_utils.py
16
def
ScriptDir
():
/external/chromium_org/chrome/installer/util/prebuild/
create_string_rc.py
109
kGeneratedResourcesPath = os.path.join(path_utils.
ScriptDir
(), '..', '..',
111
kTranslationDirectory = os.path.join(path_utils.
ScriptDir
(), '..', '..',
/external/chromium_org/tools/heapcheck/
heapcheck_test.py
47
proc = ['sh', path_utils.
ScriptDir
() + '/heapcheck_std.sh']
58
path_utils.
ScriptDir
() +
chrome_tests.py
124
script_dir = path_utils.
ScriptDir
()
176
directory = path_utils.
ScriptDir
()
199
directory = path_utils.
ScriptDir
()
367
out_dir = os.path.join(path_utils.
ScriptDir
(), "latest")
/external/chromium_org/tools/valgrind/
chrome_tests.py
51
script_dir = path_utils.
ScriptDir
()
97
script_dir = path_utils.
ScriptDir
()
145
gtest_files_dir = os.path.join(path_utils.
ScriptDir
(), "gtest_exclude")
382
script_dir = path_utils.
ScriptDir
()
419
out_dir = os.path.join(path_utils.
ScriptDir
(), "latest")
suppressions.py
41
suppressions_root = path_utils.
ScriptDir
()
[
all
...]
/external/chromium_org/tools/metrics/actions/
extract_actions.py
113
REPOSITORY_ROOT = os.path.join(path_utils.
ScriptDir
(), '..', '..', '..')
559
chromeactions_path = os.path.join(path_utils.
ScriptDir
(), "chromeactions.txt")
Completed in 186 milliseconds