Home
last modified time | relevance | path

Searched refs:getMetadata (Results 1 – 5 of 5) sorted by relevance

/system/incremental_delivery/incfs/include/
Dincfs.h213 RawMetadata getMetadata(const Control& control, FileId fileId);
214 RawMetadata getMetadata(const Control& control, std::string_view path);
Dincfs_inline.h175 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/
DIBluetooth.aidl128 byte[] getMetadata(in BluetoothDevice device, in int key); in getMetadata() method
/system/incremental_delivery/incfs/
Dincfs.cpp773 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/
Dincfs_test.cpp366 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()