Home
last modified time | relevance | path

Searched refs:deletePath (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/av/media/mtp/
H A DMtpUtils.h36 bool deletePath(const char* path);
H A DMtpUtils.cpp232 bool deletePath(const char* path) { in deletePath() function
H A DMtpServer.cpp1113 deletePath(fromPath); in doMoveObject()
1119 deletePath(fromPath); in doMoveObject()
1333 bool success = deletePath((const char *)filePath); in doDeleteObject()
/aosp12/frameworks/av/media/mtp/tests/MtpFuzzer/
H A Dmtp_fuzzer.cpp138 android::deletePath(storage_path); in LLVMFuzzerTestOneInput()