Searched refs:getMetadata (Results 1 – 5 of 5) sorted by relevance
/system/incremental_delivery/incfs/include/ |
D | incfs.h | 213 RawMetadata getMetadata(const Control& control, FileId fileId); 214 RawMetadata getMetadata(const Control& control, std::string_view path);
|
D | incfs_inline.h | 175 inline RawMetadata getMetadata(const Control& control, FileId fileId) { in getMetadata() function 185 inline RawMetadata getMetadata(const Control& control, std::string_view path) { in getMetadata() function
|
/system/bt/binder/android/bluetooth/ |
D | IBluetooth.aidl | 128 byte[] getMetadata(in BluetoothDevice device, in int key); in getMetadata() method
|
/system/incremental_delivery/incfs/ |
D | incfs.cpp | 773 static IncFsErrorCode getMetadata(const char* path, char buffer[], size_t* bufferSize) { in getMetadata() function 800 return getMetadata(android::incfs::details::c_str(name), buffer, bufferSize); in IncFs_GetMetadataById() 814 return getMetadata(path, buffer, bufferSize); in IncFs_GetMetadataByPath()
|
/system/incremental_delivery/incfs/tests/ |
D | incfs_test.cpp | 366 const auto raw_metadata = getMetadata(control_, mountPath(test_file_name_)); in TEST_F() 372 const auto raw_metadata = getMetadata(control_, fileId(1)); in TEST_F()
|