/system/libufdt/tests/src/ |
D | ufdt_gen_test_dts.c | 76 static void output_header(FILE *fp, int is_plugin) { in output_header() 84 static void output_root_begin(FILE *fp, int depth) { in output_root_begin() 93 static void output_root_end(FILE *fp, int depth) { in output_root_end() 102 static void output_unused_nodes(FILE *fp, int count) { in output_unused_nodes() 109 static void output_prop_str(FILE *fp, const char *prop, const char *value) { in output_prop_str() 114 static void output_nodes(FILE *fp, int count, const char *prop, const char *value) { in output_nodes() 123 static void output_ref_nodes(FILE *fp, int start_id, int count, in output_ref_nodes() 133 static int gen_dts(FILE *fp, const struct gen_params *params) { in gen_dts() 194 FILE *fp = NULL; in main() local
|
D | util.c | 25 static char *load_file_contents(FILE *fp, size_t *len_ptr) { in load_file_contents() 49 FILE *fp = fopen(filename, "r"); in load_file() local
|
/system/extras/ioshark/ |
D | compile_ioshark_subr.c | 38 files_db_write_objects(FILE *fp) in files_db_write_objects() 218 ioshark_write_header(FILE *fp, struct ioshark_header *header) in ioshark_write_header() 227 ioshark_write_file_state(FILE *fp, struct ioshark_file_state *state) in ioshark_write_file_state() 236 ioshark_write_file_op(FILE *fp, struct ioshark_file_operation *file_op) in ioshark_write_file_op()
|
D | ioshark_bench_subr.c | 424 FILE *fp; in read_disk_util_state() local 482 FILE *fp; in read_cpu_util_state() local 654 ioshark_read_header(FILE *fp, struct ioshark_header *header) in ioshark_read_header() 665 ioshark_read_file_state(FILE *fp, struct ioshark_file_state *state) in ioshark_read_file_state() 676 ioshark_read_file_op(FILE *fp, struct ioshark_file_operation *file_op) in ioshark_read_file_op()
|
D | ioshark_bench.c | 54 FILE *fp; member 537 FILE *fp; in get_start_end() local 662 FILE *fp; in main() local
|
/system/logging/logcat/tests/ |
D | logcat_test.cpp | 79 FILE* fp; in TEST() local 119 FILE* fp; in TEST() local 184 FILE* fp; in TEST() local 218 static char* fgetLongTime(char* buffer, size_t buflen, FILE* fp) { in fgetLongTime() 254 FILE* fp; in TEST() local 280 FILE* fp; in TEST() local 314 FILE* fp; in do_tail() local 347 FILE* fp; in do_tail_time() local 464 FILE* fp; in TEST() local 499 FILE* fp[256] = {}; // does this count as a multitude! in TEST() local [all …]
|
D | logcat_benchmark.cpp | 26 FILE* fp; in BM_logcat_sorted_order() local
|
/system/extras/simpleperf/ |
D | JITDebugReader_impl.h | 33 FILE* fp = fopen(path.data(), "web"); in Create() local 73 TempSymFile(std::string&& path, FILE* fp) : path_(std::move(path)), fp_(fp, fclose) {} in TempSymFile()
|
D | CallChainJoiner.cpp | 177 static bool WriteCallChain(FILE* fp, pid_t pid, pid_t tid, CallChainJoiner::ChainType type, in WriteCallChain() 205 static bool ReadCallChain(FILE* fp, pid_t& pid, pid_t& tid, CallChainJoiner::ChainType& type, in ReadCallChain() 231 static bool ReadCallChainInReverseOrder(FILE* fp, pid_t& pid, pid_t& tid, in ReadCallChainInReverseOrder() 261 FILE* fp = fdopen(tmpfile->release(), "web+"); in CreateTempFp() local 394 FILE* fp; in GetNextCallChain() local
|
D | SampleDisplayer.h | 135 void DisplayCallGraphEntry(FILE* fp, size_t depth, std::string prefix, in DisplayCallGraphEntry() 247 void PrintNames(FILE* fp) { in PrintNames() 263 void PrintSample(FILE* fp, const EntryT* sample) { in PrintSample()
|
D | cmd_api.cpp | 123 std::unique_ptr<FILE, decltype(&pclose)> fp(popen("pm list packages -U", "re"), pclose); in GetAppUid() local 236 std::unique_ptr<FILE, decltype(&fclose)> fp(android::base::Fdopen(std::move(out_fd_), "w"), in CollectRecordingData() local
|
D | cmd_stat.cpp | 126 void CounterSummaries::Show(FILE* fp) { in Show() 136 void CounterSummaries::ShowCSV(FILE* fp, bool show_thread, bool show_cpu) { in ShowCSV() 149 void CounterSummaries::ShowText(FILE* fp, bool show_thread, bool show_cpu) { in ShowText() 557 FILE* fp = fp_holder ? fp_holder.get() : stdout; in Run() local 880 FILE* fp) { in ShowCounters()
|
D | cmd_api_test.cpp | 33 std::unique_ptr<FILE, decltype(&pclose)> fp(popen("ps -e", "re"), pclose); in WaitUntilAppExit() local
|
D | test_util.cpp | 31 FILE* fp = popen("uname -m", "re"); in IsInNativeAbi() local
|
/system/logging/liblog/tests/ |
D | libc_test.cpp | 29 FILE* fp; in TEST() local
|
D | log_radio_test.cpp | 94 FILE* fp = popen(buf.c_str(), "re"); in TEST() local
|
D | log_system_test.cpp | 94 FILE* fp = popen(buf.c_str(), "re"); in TEST() local
|
/system/libziparchive/ |
D | zip_archive_benchmark.cpp | 32 FILE* fp = fdopen(result->fd, "w"); in CreateZip() local 91 FILE* fp = fdopen(file.fd, "w"); in StartAlignedEntry() local
|
D | libziparchive_writer_fuzzer.cpp | 15 std::unique_ptr<std::FILE, decltype(&fclose)> fp(tmpfile(), &fclose); in LLVMFuzzerTestOneInput() local
|
/system/unwinding/libunwindstack/tools/ |
D | unwind_for_offline.cpp | 99 std::unique_ptr<FILE, decltype(&fclose)> fp(fopen("regs.txt", "w+"), &fclose); in SaveRegs() local 133 std::unique_ptr<FILE, decltype(&fclose)> fp(fopen(file_name.c_str(), "w+"), &fclose); in SaveStack() local 202 std::unique_ptr<FILE, decltype(&fclose)> fp(fopen(info->name.c_str(), "r"), &fclose); in CopyElfFromFile() local
|
/system/core/libutils/ |
D | ProcessCallStack.cpp | 53 FILE* fp; in dumpProcessHeader() local 81 FILE* fp; in getThreadName() local
|
/system/unwinding/libbacktrace/ |
D | BacktraceMap.cpp | 111 FILE* fp = popen(cmd, "r"); in Build() local
|
/system/libprocinfo/ |
D | process.cpp | 81 std::unique_ptr<FILE, decltype(&fclose)> fp(fdopen(status_fd, "r"), fclose); in GetProcessInfoFromProcPidFd() local
|
/system/testing/gtest_extras/ |
D | Isolate.cpp | 100 FILE* fp = popen(command.c_str(), "re"); in EnumerateTests() local 102 FILE* fp = popen(command.c_str(), "r"); in EnumerateTests() local 673 FILE* fp = fopen(options_.xml_file().c_str(), "w"); in WriteXmlResults() local
|
/system/core/libpackagelistparser/ |
D | packagelistparser.cpp | 102 std::unique_ptr<FILE, decltype(&fclose)> fp(fopen(path, "re"), &fclose); in packagelist_parse_file() local
|