Searched defs:kMaxFileNameLength (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/pigweed/pw_system/ | ||
H A D | file_service.cc | 22 constexpr size_t kMaxFileNameLength = 48; variable |
/aosp_15_r20/external/pigweed/pw_persistent_ram/ | ||
H A D | flat_file_system_entry_test.cc | 25 static constexpr size_t kMaxFileNameLength = 32; member in pw::persistent_ram::__anon066a8eee0111::FlatFileSystemPersistentBufferEntryTest |
/aosp_15_r20/external/pigweed/pw_blob_store/ | ||
H A D | flat_file_system_entry_test.cc | 87 static constexpr size_t kMaxFileNameLength = 32; member in pw::blob_store::__anon3f9125290111::FlatFileSystemBlobStoreEntryTest |
/aosp_15_r20/frameworks/base/cmds/idmap2/idmap2d/ | ||
H A D | Idmap2Service.cpp | 295 const size_t kMaxFileNameLength = 255; in createFabricatedOverlay() local |