Searched refs:getMetadata (Results 1 – 5 of 5) sorted by relevance
/system/incremental_delivery/incfs/include/ |
D | incfs.h | 230 RawMetadata getMetadata(const Control& control, FileId fileId); 231 RawMetadata getMetadata(const Control& control, std::string_view path);
|
D | incfs_inline.h | 188 inline RawMetadata getMetadata(const Control& control, FileId fileId) { in getMetadata() function 198 inline RawMetadata getMetadata(const Control& control, std::string_view path) { in getMetadata() function
|
/system/bt/binder/android/bluetooth/ |
D | IBluetooth.aidl | 212 … byte[] getMetadata(in BluetoothDevice device, in int key, in AttributionSource attributionSource); in getMetadata() method
|
/system/incremental_delivery/incfs/ |
D | incfs.cpp | 913 static IncFsErrorCode getMetadata(const char* path, char buffer[], size_t* bufferSize) { in getMetadata() function 940 return getMetadata(details::c_str(name), buffer, bufferSize); in IncFs_GetMetadataById() 954 return getMetadata(path, buffer, bufferSize); in IncFs_GetMetadataByPath()
|
/system/incremental_delivery/incfs/tests/ |
D | incfs_test.cpp | 386 const auto raw_metadata = getMetadata(control_, mountPath(test_file_name_)); in TEST_F() 392 const auto raw_metadata = getMetadata(control_, fileId(1)); in TEST_F()
|