HomeSort by relevance Sort by last modified time
    Searched refs:current_directory (Results 1 - 4 of 4) sorted by null

  /external/chromium/base/
native_library_win.cc 25 FilePath current_directory; local
26 if (file_util::GetCurrentDirectory(&current_directory)) {
36 file_util::SetCurrentDirectory(current_directory);
  /external/webkit/Tools/Scripts/webkitpy/style/
main_unittest.py 48 def chdir(self, current_directory):
49 self._current_directory = current_directory
  /ndk/sources/host-tools/make-3.81/
main.c 907 PATH_VAR (current_directory);
1090 if (getcwd_fs (current_directory, GET_PATH_MAX) == 0)
1092 if (getcwd (current_directory, GET_PATH_MAX) == 0)
1098 error (NILF, "getwd: %s", current_directory);
1100 current_directory[0] = '\0';
1104 directory_before_chdir = xstrdup (current_directory);
    [all...]
  /external/llvm/include/llvm/Support/
system_error.h 854 current_directory = 16, // ERROR_CURRENT_DIRECTORY, enumerator in enum:llvm::windows_error::_

Completed in 80 milliseconds