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

  /external/libchrome/base/process/
launch_posix.cc 327 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);
launch.h 69 base::FilePath current_directory; member in struct:base::LaunchOptions
  /external/python/cpython2/PC/
_subprocess.c 427 char* current_directory; local
438 &current_directory,
471 current_directory,
  /external/llvm/lib/Support/
Path.cpp 804 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);
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Path.cpp 806 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);
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
system_error.h 854 current_directory = 16, // ERROR_CURRENT_DIRECTORY, enumerator in enum:llvm::windows_error::_
  /external/llvm/include/llvm/Support/
FileSystem.h 285 /// 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,
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
FileSystem.h 288 /// 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,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
FileSystem.h 284 /// Makes \a path absolute using the \a current_directory if it is not already.
285 /// An empty \a path will result in the \a current_directory.
293 std::error_code make_absolute(const Twine &current_directory,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
FileSystem.h 284 /// Makes \a path absolute using the \a current_directory if it is not already.
285 /// An empty \a path will result in the \a current_directory.
293 std::error_code make_absolute(const Twine &current_directory,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
FileSystem.h 284 /// Makes \a path absolute using the \a current_directory if it is not already.
285 /// An empty \a path will result in the \a current_directory.
293 std::error_code make_absolute(const Twine &current_directory,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
FileSystem.h 284 /// Makes \a path absolute using the \a current_directory if it is not already.
285 /// An empty \a path will result in the \a current_directory.
293 std::error_code make_absolute(const Twine &current_directory,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
FileSystem.h 284 /// Makes \a path absolute using the \a current_directory if it is not already.
285 /// An empty \a path will result in the \a current_directory.
293 std::error_code make_absolute(const Twine &current_directory,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
FileSystem.h 284 /// Makes \a path absolute using the \a current_directory if it is not already.
285 /// An empty \a path will result in the \a current_directory.
293 std::error_code make_absolute(const Twine &current_directory,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
FileSystem.h 284 /// Makes \a path absolute using the \a current_directory if it is not already.
285 /// An empty \a path will result in the \a current_directory.
293 std::error_code make_absolute(const Twine &current_directory,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
FileSystem.h 284 /// Makes \a path absolute using the \a current_directory if it is not already.
285 /// An empty \a path will result in the \a current_directory.
293 std::error_code make_absolute(const Twine &current_directory,
    [all...]
  /external/flatbuffers/src/
idl_parser.cpp 1865 static const char *current_directory[] = { "", nullptr }; local
    [all...]

Completed in 524 milliseconds