Home
last modified time | relevance | path

Searched refs:current_directory (Results 1 – 10 of 10) 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/python/cpython2/PC/
D_subprocess.c427 char* current_directory; in sp_CreateProcess() local
438 &current_directory, in sp_CreateProcess()
471 current_directory, in sp_CreateProcess()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DPath.cpp806 static std::error_code make_absolute(const Twine &current_directory, in make_absolute() argument
825 current_directory.toVector(current_dir); in make_absolute()
863 std::error_code make_absolute(const Twine &current_directory, in make_absolute() argument
865 return make_absolute(current_directory, path, true); in make_absolute()
/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/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFileSystem.h297 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()