HomeSort by relevance Sort by last modified time
    Searched defs:GetCurrentDirectory (Results 1 - 3 of 3) sorted by null

  /external/chromium/base/
file_util.cc 351 bool GetCurrentDirectory(std::wstring* path_str) {
353 if (!GetCurrentDirectory(&path))
file_util_posix.cc 517 bool GetCurrentDirectory(FilePath* dir) {
file_util_win.cc 687 bool GetCurrentDirectory(FilePath* dir) {
690 DWORD len = ::GetCurrentDirectory(MAX_PATH, system_buffer);

Completed in 42 milliseconds