Searched defs:GetCurrentDirectory (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_system.cpp60 String GetCurrentDirectory() { function in namespace:crazy
H A Dcrazy_linker_system_mock.cpp291 String GetCurrentDirectory() { function in namespace:crazy
/external/chromium_org/third_party/webrtc/base/
H A Dfileutils.cc224 Pathname Filesystem::GetCurrentDirectory() { function in class:rtc::Filesystem
225 return EnsureDefaultFilesystem()->GetCurrentDirectory();
H A Dwin32filesystem.cc423 Pathname Win32Filesystem::GetCurrentDirectory() { function in class:rtc::Win32Filesystem
428 int needed = ::GetCurrentDirectory(path_len, path.get());
431 LOG_GLE(LS_ERROR) << "::GetCurrentDirectory() failed";
H A Dfileutils_mock.h244 Pathname GetCurrentDirectory() { function in class:rtc::FakeFileSystem
H A Dunixfilesystem.cc538 Pathname UnixFilesystem::GetCurrentDirectory() { function in class:rtc::UnixFilesystem
/external/chromium_org/base/files/
H A Dfile_util_win.cc680 bool GetCurrentDirectory(FilePath* dir) { function in namespace:base
685 DWORD len = ::GetCurrentDirectory(MAX_PATH, system_buffer);
H A Dfile_util_posix.cc719 bool GetCurrentDirectory(FilePath* dir) { function in namespace:base

Completed in 263 milliseconds