Searched refs:current_directory (Results 1 - 9 of 9) sorted by relevance

/external/libchrome/base/process/
H A Dlaunch_posix.cc327 const char* current_directory = nullptr; local
328 if (!options.current_directory.empty()) {
329 current_directory = options.current_directory.value().c_str();
487 if (current_directory != nullptr) {
488 RAW_CHECK(chdir(current_directory) == 0);
H A Dlaunch.h69 base::FilePath current_directory; member in struct:base::LaunchOptions
/external/python/cpython2/PC/
H A D_subprocess.c427 char* current_directory; local
438 &current_directory,
471 current_directory,
/external/llvm/lib/Support/
H A DPath.cpp804 static std::error_code make_absolute(const Twine &current_directory,
823 current_directory.toVector(current_dir);
861 std::error_code make_absolute(const Twine &current_directory,
863 return make_absolute(current_directory, path, true);
/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A DPath.cpp806 static std::error_code make_absolute(const Twine &current_directory,
825 current_directory.toVector(current_dir);
863 std::error_code make_absolute(const Twine &current_directory,
865 return make_absolute(current_directory, path, true);
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A Dsystem_error.h854 current_directory = 16, // ERROR_CURRENT_DIRECTORY, enumerator in enum:llvm::windows_error::_
/external/llvm/include/llvm/Support/
H A DFileSystem.h285 /// Makes \a path absolute using the \a current_directory if it is not already.
286 /// An empty \a path will result in the \a current_directory.
294 std::error_code make_absolute(const Twine &current_directory,
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DFileSystem.h288 /// Makes \a path absolute using the \a current_directory if it is not already.
289 /// An empty \a path will result in the \a current_directory.
297 std::error_code make_absolute(const Twine &current_directory,
/external/flatbuffers/src/
H A Didl_parser.cpp1865 static const char *current_directory[] = { "", nullptr }; local
1866 include_paths = current_directory;

Completed in 397 milliseconds