Home
last modified time | relevance | path

Searched refs:dump_dir_ (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/debug/
Dgrpc_session_debug_test.cc106 if (Env::Default()->IsDirectory(dump_dir_).ok()) { in DeleteDumpDir()
111 ->DeleteRecursively(dump_dir_, &undeleted_files, &undeleted_dirs) in DeleteDumpDir()
121 const string dirpath = io::JoinPath(dump_dir_, subdir); in LoadTensorDumps()
143 dump_dir_ = mkdtemp(dir_template); in CreateDumpDir()
144 debug_url_ = strings::StrCat("file://", dump_dir_); in CreateDumpDir()
147 string dump_dir_; member in tensorflow::__anon5e84e1540111::GrpcSessionDebugTest
/external/google-breakpad/src/client/linux/crash_generation/
Dcrash_generation_server.cc73 dump_dir_ = *dump_path; in CrashGenerationServer()
75 dump_dir_ = "/tmp"; in CrashGenerationServer()
316 snprintf(path, sizeof(path), "%s/%s.dmp", dump_dir_.c_str(), guidString); in MakeMinidumpFilename()
Dcrash_generation_server.h120 string dump_dir_; variable
/external/google-breakpad/src/client/mac/crash_generation/
Dcrash_generation_server.cc57 dump_dir_(dump_path.empty() ? "/tmp" : dump_path), in CrashGenerationServer()
123 dump_path = generator.UniqueNameInDirectory(dump_dir_, NULL); in WaitForOneMessage()
Dcrash_generation_server.h129 std::string dump_dir_; variable