Home
last modified time | relevance | path

Searched refs:current_directory (Results 1 – 7 of 7) sorted by relevance

/external/libchrome/base/process/
Dlaunch_posix.cc327 const char* current_directory = nullptr; in LaunchProcess() local
328 if (!options.current_directory.empty()) { in LaunchProcess()
329 current_directory = options.current_directory.value().c_str(); in LaunchProcess()
487 if (current_directory != nullptr) { in LaunchProcess()
488 RAW_CHECK(chdir(current_directory) == 0); in LaunchProcess()
Dlaunch.h69 base::FilePath current_directory; member
/external/ImageMagick/MagickCore/
Dutility.c1588 *current_directory; in ListFiles() local
1605 current_directory=opendir(directory); in ListFiles()
1606 if (current_directory == (DIR *) NULL) in ListFiles()
1616 (void) closedir(current_directory); in ListFiles()
1625 while ((MagickReadDirectory(current_directory,buffer,&entry) == 0) && in ListFiles()
1666 (void) closedir(current_directory); in ListFiles()
/external/llvm/lib/Support/
DPath.cpp804 static std::error_code make_absolute(const Twine &current_directory, in make_absolute() argument
823 current_directory.toVector(current_dir); in make_absolute()
861 std::error_code make_absolute(const Twine &current_directory, in make_absolute() argument
863 return make_absolute(current_directory, path, true); in make_absolute()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h854 current_directory = 16, // ERROR_CURRENT_DIRECTORY,
/external/llvm/include/llvm/Support/
DFileSystem.h294 std::error_code make_absolute(const Twine &current_directory,
/external/flatbuffers/src/
Didl_parser.cpp1865 static const char *current_directory[] = { "", nullptr }; in DoParse() local
1866 include_paths = current_directory; in DoParse()