Searched refs:FILE_PREFIX (Results 1 – 2 of 2) sorted by relevance
/aosp12/hardware/knowles/athletico/sound_trigger_hal/tests/ |
H A D | tunnel_test.c | 41 #define FILE_PREFIX "/tnl_op" macro 327 …ame, MAX_FILE_PATH, "%s%sid%d-src0x%x-enc0x%x_client%d.raw", filepath, FILE_PREFIX, tunnel_id, tun… 329 …ame, MAX_FILE_PATH, "%s%sid%d-src0x%x-enc0x%x_client%d.pcm", filepath, FILE_PREFIX, tunnel_id, tun…
|
/aosp12/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
H A D | FileCache.java | 38 private static final String FILE_PREFIX = "download"; field in FileCache 81 if (file.isFile() && name.startsWith(FILE_PREFIX) in deleteFiles() 190 return File.createTempFile(FILE_PREFIX, FILE_POSTFIX, mRootDir); in createFile()
|