Home
last modified time | relevance | path

Searched refs:cwd (Results 1 – 11 of 11) sorted by relevance

/ndk/sources/third_party/googletest/googletest/src/
Dgtest-filepath.cc107 char cwd[GTEST_PATH_MAX_ + 1] = { '\0' }; in GetCurrentDir()
108 return FilePath(_getcwd(cwd, sizeof(cwd)) == NULL ? "" : cwd); in GetCurrentDir()
110 char cwd[GTEST_PATH_MAX_ + 1] = { '\0' }; in GetCurrentDir()
111 return FilePath(getcwd(cwd, sizeof(cwd)) == NULL ? "" : cwd); in GetCurrentDir()
/ndk/tests/abcc/jni/host/
Dmain.cpp69 std::string cwd; in main() local
71 cwd = buf; in main()
92 this_bin = cwd + "/" + this_bin; in main()
94 input = cwd + "/" + input; in main()
96 output = cwd + "/" + output; in main()
/ndk/sources/host-tools/make-3.81/
Dvmsfunctions.c134 getwd (char *cwd) in getwd() argument
138 if (cwd) in getwd()
139 return (getcwd (cwd, 512)); in getwd()
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/
DINCLUDE_DIRS8 $dir = cwd;
Dautomatic9 $dir = cwd;
/ndk/sources/third_party/googletest/googletest/test/
Dgtest-filepath_test.cc91 const FilePath cwd = FilePath::GetCurrentDir();
97 const char* const cwd_without_drive = strchr(cwd.c_str(), ':');
103 EXPECT_EQ(GTEST_PATH_SEP_, cwd.string());
Dgtest_test_utils.py232 cwd=working_dir, universal_newlines=True, env=env)
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Dpatternrules9 $dir = cwd;
Dse_implicit8 $dir = cwd;
/ndk/sources/host-tools/make-3.81/tests/
Dtest_driver.pl113 $cwd = "."; # don't we wish we knew
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/
Dlit.cfg43 kwargs['cwd'] = in_dir