Searched refs:cwd (Results 1 – 8 of 8) sorted by relevance
/art/tools/jfuzz/ |
D | run_jfuzz_test_nightly.py | 38 cwd = os.path.dirname(os.path.realpath(__file__)) 39 cmd = [cwd + '/run_jfuzz_test.py']
|
/art/ |
D | test.py | 69 if subprocess.call(build_command.split(), cwd=ANDROID_BUILD_TOP):
|
/art/test/ |
D | run-test | 1139 cwd=`pwd` 1152 raw_cmd="$cwd/${run} --external-log-tags "${run_args[@]}" $@" 1158 --check-script="$cwd/check" \ 1159 --expected-output="$cwd/expected-stdout.txt" \ 1160 --logfile="$cwd/bisection_log.txt" \
|
/art/tools/build/ |
D | var_cache.py | 103 cwd=_TOP)
|
/art/tools/ |
D | generate_cmake_lists.py | 71 …subprocess.check_output('build/soong/soong_ui.bash --make-mode', shell=True, cwd=ANDROID_BUILD_TOP)
|
/art/test/115-native-bridge/ |
D | nativebridge.cc | 461 char cwd[1024] = {'\0'}; in native_bridge_loadLibrary() local 462 if (getcwd(cwd, sizeof(cwd)) != nullptr) { in native_bridge_loadLibrary() 463 printf("Current working dir: %s\n", cwd); in native_bridge_loadLibrary()
|
/art/runtime/ |
D | class_loader_context_test.cc | 323 bool CreateRelativeString(const std::string& in, const char* cwd, std::string* out) { in CreateRelativeString() argument 324 int cwd_len = strlen(cwd); in CreateRelativeString() 325 if (!android::base::StartsWith(in, cwd) || (cwd_len < 1)) { in CreateRelativeString() 328 bool contains_trailing_slash = (cwd[cwd_len - 1] == '/'); in CreateRelativeString()
|
D | oat_file_assistant_test.cc | 1155 std::string cwd = getcwd(buf, MAXPATHLEN); in MakePathRelative() local 1161 Split(cwd, '/', &cwd_path); in MakePathRelative()
|