/system/libbase/include/android-base/ |
D | utf8.h | 91 FILE* fopen(const char* name, const char* mode); 96 using ::fopen;
|
/system/libufdt/tests/src/ |
D | util.c | 49 FILE *fp = fopen(filename, "r"); in load_file() 66 fout = fopen(filename, "wb"); in write_buf_to_file()
|
/system/extras/ext4_utils/ |
D | blk_alloc_to_base_fs.cpp | 45 blk_alloc_file = fopen(argv[1], "r"); in main() 50 base_fs_file = fopen(argv[2], "w"); in main()
|
/system/unwinding/libunwindstack/tools/ |
D | unwind_for_offline.cpp | 77 std::unique_ptr<FILE, decltype(&fclose)> fp(fopen("regs.txt", "w+"), &fclose); in SaveRegs() 110 std::unique_ptr<FILE, decltype(&fclose)> fp(fopen(file_name.c_str(), "w+"), &fclose); in SaveStack() 150 std::unique_ptr<FILE, decltype(&fclose)> output(fopen(cur_name.c_str(), "w+"), &fclose); in CreateElfFromMemory() 175 std::unique_ptr<FILE, decltype(&fclose)> fp(fopen(info->name.c_str(), "r"), &fclose); in CopyElfFromFile() 181 std::unique_ptr<FILE, decltype(&fclose)> output(fopen(cur_name.c_str(), "w+"), &fclose); in CopyElfFromFile() 308 std::unique_ptr<FILE, decltype(&fclose)> fp(fopen("maps.txt", "w+"), &fclose); in SaveData()
|
/system/extras/latencytop/ |
D | latencytop.c | 179 f = fopen(GLOBAL_STATS_FILE, "w"); in read_global_stats() 188 f = fopen(GLOBAL_STATS_FILE, "r"); in read_global_stats() 239 f = fopen(filename, "w"); in read_thread_stats() 253 f = fopen(GLOBAL_STATS_FILE, "r"); in read_thread_stats() 304 f = fopen(SYSCTL_FILE, "w"); in set_latencytop()
|
/system/extras/verity/ |
D | generate_verity_key.c | 73 f = fopen(pem_file, "r"); in convert_x509() 138 f = fopen(file, "w"); in generate_key()
|
/system/media/audio_utils/tests/ |
D | biquad_filter.cpp | 90 std::fopen(infile, "rb"), &std::fclose); in main() 97 std::fopen(outfile, "wb"), &std::fclose); in main()
|
/system/libufdt/utils/src/ |
D | mkdtimg_cfg_create.c | 125 cfg_fp = fopen(params->cfg_filename, "r"); in process_command_cfg_create() 133 img_fp = fopen(params->img_filename, "wb"); in process_command_cfg_create()
|
D | mkdtimg_dump.c | 61 out_fp = fopen(filename, "wb"); in write_fdt_to_file() 215 img_fp = fopen(params->img_filename, "rb"); in process_command_dump() 222 out_fp = fopen(params->out_filename, "w"); in process_command_dump()
|
D | mkdtimg_create.c | 131 img_fp = fopen(img_filename, "wb"); in handle_command_create()
|
/system/logging/liblog/tests/ |
D | libc_test.cpp | 30 ASSERT_TRUE(NULL != (fp = fopen("/dev/pmsg0", "ae"))); in TEST()
|
/system/extras/boottime_tools/bootio/ |
D | bootio_collector.cpp | 44 file = fopen(CPU_STAT_FILE, "r"); in PopulateCpu() 71 file = fopen(filename, "r"); in ReadIo() 95 file = fopen(filename, "r"); in ReadStatForName() 116 file = fopen(filename, "r"); in ReadStat() 151 file = fopen(filename, "r"); in ReadCmdline()
|
/system/libziparchive/ |
D | libziparchive_writer_fuzzer.cpp | 15 std::unique_ptr<std::FILE, decltype(&fclose)> fp(fopen("fuzz", "wb"), in LLVMFuzzerTestOneInput()
|
/system/update_engine/update_manager/ |
D | real_random_provider.cc | 82 FILE* fp = fopen(kRandomDevice, "r"); in Init()
|
/system/extras/ioshark/ |
D | dump_ioshark_filenames.c | 52 filename_cache_fp = fopen("ioshark_filenames", "r"); in main()
|
D | compile_ioshark_subr.c | 134 filename_cache_fp = fopen("ioshark_filenames", "r"); in init_filename_cache() 199 filename_cache_fp = fopen("ioshark_filenames", "w+"); in store_filename_cache()
|
D | convert_format.c | 120 old_fp = fopen(infile, "r"); in main() 126 new_fp = fopen(outfile, "w+"); in main()
|
/system/extras/cpustats/ |
D | cpustats.c | 199 file = fopen(filename, "r"); in get_cpu_count_from_file() 226 file = fopen(filename, "r"); in get_freq_scales_count() 246 file = fopen("/proc/stat", "r"); in read_stats() 276 file = fopen(filename, "r"); in read_freq_stats()
|
/system/memory/libmeminfo/libdmabufinfo/ |
D | dmabufinfo.cpp | 58 auto fp = std::unique_ptr<FILE, decltype(&fclose)>{fopen(fdinfo.c_str(), "re"), fclose}; in ReadDmaBufFdInfo() 206 auto fp = std::unique_ptr<FILE, decltype(&fclose)>{fopen(mapspath.c_str(), "re"), fclose}; in ReadDmaBufMapRefs() 254 auto fp = std::unique_ptr<FILE, decltype(&fclose)>{fopen(path.c_str(), "re"), fclose}; in ReadDmaBufInfo()
|
/system/extras/pssbench/ |
D | main.cpp | 23 FILE * file = fopen(filename, "r"); in get_pss()
|
/system/memory/libmeminfo/ |
D | libmeminfo_benchmark.cpp | 241 FILE* f = fopen((zram_dir + "mm_stat").c_str(), "r"); in get_zram_mem_used() 253 f = fopen((zram_dir + "mem_used_total").c_str(), "r"); in get_zram_mem_used() 419 auto fp = std::unique_ptr<FILE, decltype(&fclose)>{fopen(vm_file.c_str(), "re"), fclose}; in get_allocated_vmalloc_memory() 472 auto fp = std::unique_ptr<FILE, decltype(&fclose)>{fopen(path.c_str(), "re"), fclose}; in get_smaps_rollup()
|
/system/core/libutils/ |
D | ProcessCallStack.cpp | 56 if ((fp = fopen(path, "r"))) { in dumpProcessHeader() 84 if ((fp = fopen(path, "r"))) { in getThreadName()
|
/system/tools/hidl/c2hal/ |
D | AST.cpp | 260 FILE *file = fopen((getFileDir() + fileName).c_str(), "w"); in generateFile() 281 FILE *file = fopen((getFileDir() + "types.hal").c_str(), "w"); in generateTypesFile()
|
/system/extras/app-launcher/ |
D | computestatsf.c | 56 in_fp = fopen(in_file, "r"); in main()
|
D | computestats.c | 56 in_fp = fopen(in_file, "r"); in main()
|