Home
last modified time | relevance | path

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

/system/incremental_delivery/incfs/include/
Dincfs.h230 RawMetadata getMetadata(const Control& control, FileId fileId);
231 RawMetadata getMetadata(const Control& control, std::string_view path);
Dincfs_inline.h188 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/
DIBluetooth.aidl212 … byte[] getMetadata(in BluetoothDevice device, in int key, in AttributionSource attributionSource); in getMetadata() method
/system/incremental_delivery/incfs/
Dincfs.cpp913 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/
Dincfs_test.cpp386 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()