Searched refs:cwd (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Dcommon_runtime_test.cc139 // Build it from ANDROID_BUILD_TOP or cwd
146 char* cwd = getcwd(nullptr, 0); local
147 setenv("ANDROID_BUILD_TOP", cwd, 1);
148 root += cwd;
149 free(cwd);
209 char* cwd = getcwd(nullptr, 0); local
210 setenv("ANDROID_BUILD_TOP", cwd, 1);
211 root = cwd;
212 free(cwd);
H A Doat_file_assistant_test.cc1158 std::string cwd = getcwd(buf, MAXPATHLEN); local
1160 // Split the target and cwd paths into components.
1164 Split(cwd, '/', &cwd_path);
/art/test/115-native-bridge/
H A Dnativebridge.cc303 char cwd[1024]; local
304 if (getcwd(cwd, sizeof(cwd)) != nullptr) {
305 printf("Current working dir: %s\n", cwd);

Completed in 76 milliseconds