Searched defs:exec_dir (Results 1 - 1 of 1) sorted by relevance

/system/core/fastboot/
H A Dfs.cpp118 const std::string exec_dir = android::base::GetExecutableDirectory(); local
120 const std::string mke2fs_path = exec_dir + "/mke2fs";
158 const std::string e2fsdroid_path = exec_dir + "/e2fsdroid";
168 const std::string exec_dir = android::base::GetExecutableDirectory(); local
169 const std::string mkf2fs_path = exec_dir + "/make_f2fs";
194 const std::string sload_path = exec_dir + "/sload_f2fs";

Completed in 55 milliseconds