Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
Ddumpstate.cpp338 const std::string abs_path = dir_path + base_name; in GetDumpFds() local
340 … TEMP_FAILURE_RETRY(open(abs_path.c_str(), O_RDONLY | O_CLOEXEC | O_NOFOLLOW | O_NONBLOCK))); in GetDumpFds()
342 MYLOGW("Unable to open dump file %s: %s\n", abs_path.c_str(), strerror(errno)); in GetDumpFds()
348 MYLOGW("Unable to stat dump file %s: %s\n", abs_path.c_str(), strerror(errno)); in GetDumpFds()
353 MYLOGI("Excluding stale dump file: %s\n", abs_path.c_str()); in GetDumpFds()
357 dump_data.emplace_back(DumpData{abs_path, std::move(fd), st.st_mtime}); in GetDumpFds()