Home
last modified time | relevance | path

Searched refs:INVALID_FILE_DESCRIPTOR (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_operator.cpp88 static int32_t INVALID_FILE_DESCRIPTOR = -1; variable
1985 int32_t dev_fd = INVALID_FILE_DESCRIPTOR; in DecryptSoFile()
2056 int32_t dev_fd = INVALID_FILE_DESCRIPTOR; in RemoveEncryptedKey()
/ohos5.0/base/print/print_fwk/services/scan_service/src/
H A Dscan_service_ability.cpp355 constexpr int32_t INVALID_FILE_DESCRIPTOR = -1; in ExitScan() local
356 if (fd != INVALID_FILE_DESCRIPTOR) { in ExitScan()