Searched refs:current_directory (Results 1 – 10 of 10) sorted by relevance
/external/libchrome/base/process/ |
D | launch_posix.cc | 327 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()
|
D | launch.h | 69 base::FilePath current_directory; member
|
/external/ImageMagick/MagickCore/ |
D | utility.c | 1588 *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.c | 427 char* current_directory; in sp_CreateProcess() local 438 ¤t_directory, in sp_CreateProcess() 471 current_directory, in sp_CreateProcess()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Path.cpp | 806 static std::error_code make_absolute(const Twine ¤t_directory, in make_absolute() argument 825 current_directory.toVector(current_dir); in make_absolute() 863 std::error_code make_absolute(const Twine ¤t_directory, in make_absolute() argument 865 return make_absolute(current_directory, path, true); in make_absolute()
|
/external/llvm/lib/Support/ |
D | Path.cpp | 804 static std::error_code make_absolute(const Twine ¤t_directory, in make_absolute() argument 823 current_directory.toVector(current_dir); in make_absolute() 861 std::error_code make_absolute(const Twine ¤t_directory, in make_absolute() argument 863 return make_absolute(current_directory, path, true); in make_absolute()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | system_error.h | 854 current_directory = 16, // ERROR_CURRENT_DIRECTORY,
|
/external/llvm/include/llvm/Support/ |
D | FileSystem.h | 294 std::error_code make_absolute(const Twine ¤t_directory,
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | FileSystem.h | 297 std::error_code make_absolute(const Twine ¤t_directory,
|
/external/flatbuffers/src/ |
D | idl_parser.cpp | 1865 static const char *current_directory[] = { "", nullptr }; in DoParse() local 1866 include_paths = current_directory; in DoParse()
|