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

/art/runtime/
H A Dcommon_runtime_test.cc152 // Build it from ANDROID_BUILD_TOP or cwd
159 char* cwd = getcwd(nullptr, 0); local
160 setenv("ANDROID_BUILD_TOP", cwd, 1);
161 root += cwd;
162 free(cwd);
222 char* cwd = getcwd(nullptr, 0); local
223 setenv("ANDROID_BUILD_TOP", cwd, 1);
224 root = cwd;
225 free(cwd);
H A Doat_file_assistant_test.cc990 std::string cwd = getcwd(buf, MAXPATHLEN); local
992 // Split the target and cwd paths into components.
996 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 98 milliseconds