Searched refs:fname (Results 1 – 5 of 5) sorted by relevance
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/remote/ |
D | DfuProvider.java | 245 private static boolean isDfuFileName(String fname) { in isDfuFileName() argument 246 if (fname == null) in isDfuFileName() 248 fname = fname.toLowerCase(); in isDfuFileName() 249 return fname.endsWith(".bin") && fname.contains("ota"); in isDfuFileName()
|
/device/google/contexthub/util/nanoapp_cmd/ |
D | nanoapp_cmd.c | 204 FILE *openFile(const char *fname, const char *mode) in openFile() argument 206 FILE *f = fopen(fname, mode); in openFile() 208 LOGE("Failed to open %s: err=%d [%s]", fname, errno, strerror(errno)); in openFile() 322 bool fileWriteData(const char *fname, const void *data, size_t size) in fileWriteData() argument 327 fd = open(fname, O_WRONLY); in fileWriteData() 329 LOGE("Failed to open %s: err=%d [%s]", fname, errno, strerror(errno)); in fileWriteData() 335 LOGE("Failed to write to %s; err=%d [%s]", fname, errno, strerror(errno)); in fileWriteData()
|
/device/google/cuttlefish/tools/testing/ |
D | gen_local_configs.sh | 20 for fname in local_*.json 22 …/vsoc_x86_64=$ANDROID_PRODUCT_OUT=;" -e "s=/tmp/linux-x86=$ANDROID_HOST_OUT=;" $fname > /tmp/$fname
|
/device/generic/goldfish/fvpbase/ |
D | run_model_only | 21 -C bp.secureflashloader.fname="$ANDROID_PRODUCT_OUT/bl1.bin" \ 22 -C bp.flashloader0.fname="$ANDROID_PRODUCT_OUT/fip.bin" \
|
/device/generic/goldfish-opengl/ |
D | cmake_transform.py | 73 def checksum(fname): argument 76 with open(fname, "r", encoding="utf-8") as mk:
|