Home
last modified time | relevance | path

Searched refs:debugFilePath (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/jni/
Dcom_android_internal_content_NativeLibraryHelper.cpp575 ScopedUtfChars debugFilePath(env, debugPathName); in com_android_internal_content_NativeLibraryHelper_openApkFd() local
590 ZipFileRO* zipFile = ZipFileRO::openFd(dupedFd, debugFilePath.c_str()); in com_android_internal_content_NativeLibraryHelper_openApkFd()
/frameworks/base/services/incremental/
DIncrementalService.h453 std::string_view debugFilePath, std::span<const uint8_t> data) const;
DIncrementalService.cpp2137 std::string_view debugFilePath, in setFileContent() argument
2143 LOG(ERROR) << "Failed to open write fd for: " << debugFilePath in setFileContent()
2169 LOG(ERROR) << "Failed to write data into: " << debugFilePath; in setFileContent()
2175 LOG(INFO) << "incfs: Set file content " << debugFilePath << "(" << dataLength in setFileContent()