Searched refs:tmp_path (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/cmds/dumpstate/
H A Ddumpstate.cpp1138 std::string tmp_path; local
1180 tmp_path = bugreport_dir + "/" + base_name + "-" + suffix + ".tmp";
1191 log_path.c_str(), tmp_path.c_str(), screenshot_path.c_str());
1265 redirect_to_file(stdout, const_cast<char*>(tmp_path.c_str()));
1266 if (chown(tmp_path.c_str(), AID_SHELL, AID_SHELL)) {
1268 tmp_path.c_str(), strerror(errno));
1343 if (!finish_zip_file(entry_name, tmp_path, now)) {
1363 MYLOGD("Generating .txt bugreport at %s from %s\n", path.c_str(), tmp_path.c_str());
1364 if (rename(tmp_path.c_str(), path.c_str())) {
1365 MYLOGE("rename(%s, %s): %s\n", tmp_path
[all...]
/frameworks/compile/libbcc/gdb_plugin/
H A Dandroid-commands.py220 tmp_path = os.path.join(self.temp_libdir, lib)
221 self.pull(remote_lib, tmp_path)
222 remote_hash = self._md5sum(tmp_path)
232 + "\t(" + remote_hash + ") " + tmp_path + " (from target) and\n " \

Completed in 88 milliseconds