Searched refs:in_file (Results 1 – 4 of 4) sorted by relevance
/tools/dexter/dexter/ |
D | dexter.cc | 321 FILE* in_file = fopen(dex_filename_, "rb"); in ProcessDex() local 322 if (in_file == nullptr) { in ProcessDex() 328 fclose(in_file); in ProcessDex() 332 fseek(in_file, 0, SEEK_END); in ProcessDex() 333 size_t in_size = ftell(in_file); in ProcessDex() 339 fseek(in_file, 0, SEEK_SET); in ProcessDex() 340 SLICER_CHECK(fread(in_buff.get(), 1, in_size, in_file) == in_size); in ProcessDex()
|
/tools/carrier_settings/ |
D | main.sh | 83 --in_file="$INNER_TMP_DIR"/apns.textpb
|
/tools/carrier_settings/python/ |
D | update_carrier_data.py | 451 apns = get_input(FLAGS.in_file).setting
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | android_device.py | 798 in_file = logcat_path 799 with open(in_file, 'r', encoding='utf-8', errors='replace') as f:
|