Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/
Drun_conformance.py72 def run_test_checking_output(current_directory, test_dir, log_file): argument
85 if (os.path.exists(current_directory + os.sep + program_to_run)) :
86 os.chdir(os.path.dirname(current_directory+os.sep+test_dir_without_args) )
89 …else : p = subprocess.Popen(current_directory + os.sep + test_dir, stderr=output_fd, stdout=outpu…
95 …write_screen_log("\n ==> ERROR: test file (" + current_directory + os.sep + program_to_r…
230 result = run_test_checking_output(current_directory, test_dir, log_file)
281 current_directory = os.getcwd() variable
/external/libchrome/base/process/
Dlaunch_posix.cc308 if (!options.pre_exec_delegate && options.current_directory.empty()) in LaunchProcess()
336 const char* current_directory = nullptr; in LaunchProcess() local
337 if (!options.current_directory.empty()) { in LaunchProcess()
338 current_directory = options.current_directory.value().c_str(); in LaunchProcess()
499 if (current_directory != nullptr) { in LaunchProcess()
500 RAW_CHECK(chdir(current_directory) == 0); in LaunchProcess()
Dlaunch.h85 base::FilePath current_directory; member
/external/tensorflow/tensorflow/python/platform/
Dresource_loader.py79 current_directory = _os.path.basename(candidate_dir)
80 if '.runfiles' in current_directory:
/external/ImageMagick/MagickCore/
Dutility.c1603 *current_directory; in ListFiles() local
1620 current_directory=opendir(directory); in ListFiles()
1621 if (current_directory == (DIR *) NULL) in ListFiles()
1631 (void) closedir(current_directory); in ListFiles()
1640 while ((MagickReadDirectory(current_directory,buffer,&entry) == 0) && in ListFiles()
1681 (void) closedir(current_directory); in ListFiles()
/external/python/cpython2/PC/
D_subprocess.c443 char* current_directory; in sp_CreateProcess() local
454 &current_directory, in sp_CreateProcess()
487 current_directory, in sp_CreateProcess()
/external/python/setuptools/setuptools/
Dconfig.py38 current_directory = os.getcwd()
55 os.chdir(current_directory)
/external/python/cpython3/Modules/clinic/
D_winapi.c.h353 const Py_UNICODE *current_directory,
367 const Py_UNICODE *current_directory; in _winapi_CreateProcess() local
371 …s, &thread_attrs, &inherit_handles, &creation_flags, &env_mapping, &current_directory, &startup_in… in _winapi_CreateProcess()
374 …_attrs, thread_attrs, inherit_handles, creation_flags, env_mapping, current_directory, startup_inf… in _winapi_CreateProcess()
/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-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/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DPath.cpp843 static std::error_code make_absolute(const Twine &current_directory, in make_absolute() argument
859 current_directory.toVector(current_dir); in make_absolute()
897 std::error_code make_absolute(const Twine &current_directory, in make_absolute() argument
899 return make_absolute(current_directory, path, true); in make_absolute()
/external/python/cpython3/Modules/
D_winapi.c1067 const Py_UNICODE *current_directory, in _winapi_CreateProcess_impl() argument
1080 command_line, current_directory) < 0) { in _winapi_CreateProcess_impl()
1130 current_directory, in _winapi_CreateProcess_impl()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFileSystem.h297 std::error_code make_absolute(const Twine &current_directory,
/external/llvm/include/llvm/Support/
DFileSystem.h294 std::error_code make_absolute(const Twine &current_directory,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DFileSystem.h286 std::error_code make_absolute(const Twine &current_directory,
/external/flatbuffers/src/
Didl_parser.cpp2522 static const char *current_directory[] = { "", nullptr }; in DoParse() local
2523 include_paths = current_directory; in DoParse()
/external/python/cpython3/Lib/test/
Dtest_os.py2094 current_directory = os.getcwd()
2099 os.chdir(current_directory)