/frameworks/base/libs/androidfw/ |
D | misc.cpp | 46 if (errno == ENOENT || errno == ENOTDIR) in getFileType() 93 errno = ENOENT; in getFileModDate()
|
/frameworks/native/libs/cputimeinstate/ |
D | cputimeinstate.cpp | 319 if (errno != ENOENT || getFirstMapKey(gTisMapFd, &tmpKey)) return {}; in getUidCpuFreqTimes() 372 if (errno == ENOENT) return map; in getUidsUpdatedCpuFreqTimes() 404 if (errno != ENOENT) return {}; in getUidsUpdatedCpuFreqTimes() 433 if (errno != ENOENT || getFirstMapKey(gConcurrentMapFd, &tmpKey)) return {}; in getUidConcurrentTimes() 484 if (errno == ENOENT) return ret; in getUidsUpdatedConcurrentTimes() 528 if (errno != ENOENT) return {}; in getUidsUpdatedConcurrentTimes() 556 if (writeToMapEntry(gTisMapFd, &key, vals.data(), BPF_EXIST) && errno != ENOENT) in clearUidTimes() 558 if (deleteMapEntry(gTisMapFd, &key) && errno != ENOENT) return false; in clearUidTimes() 564 if (writeToMapEntry(gConcurrentMapFd, &key, cvals.data(), BPF_EXIST) && errno != ENOENT) in clearUidTimes() 566 if (deleteMapEntry(gConcurrentMapFd, &key) && errno != ENOENT) return false; in clearUidTimes() [all …]
|
/frameworks/base/media/jni/ |
D | android_media_MediaCodecList.cpp | 68 return it == mInfoIndex.end() ? -ENOENT : it->second; in findCodecByName() 170 return -ENOENT; in android_media_MediaCodecList_findCodecByName() 176 return -ENOENT; in android_media_MediaCodecList_findCodecByName() 183 return -ENOENT; in android_media_MediaCodecList_findCodecByName()
|
/frameworks/av/media/libeffects/factory/ |
D | EffectsConfigLoader.c | 84 return -ENOENT; in loadLibraries() 295 return -ENOENT; in loadEffects() 393 return -ENOENT; in loadEffect()
|
D | EffectsFactory.c | 207 ret = -ENOENT; in EffectQueryEffect() 380 ret = -ENOENT; in EffectRelease() 446 return -ENOENT; in EffectGetSubEffects() 515 ret = -ENOENT; in findSubEffect()
|
D | EffectsFactoryState.c | 61 ret = -ENOENT; in findEffect()
|
/frameworks/native/libs/vr/libpdx_uds/ |
D | ipc_helper.cpp | 449 if (errno != ENOENT) in WaitForEndpoint() 461 if (errno != ENOENT) in WaitForEndpoint() 473 if (errno != ENOENT) in WaitForEndpoint() 531 if (ret < 0 && errno != ENOENT) in WaitForEndpoint()
|
D | client_channel_factory.cpp | 112 } else if (errno != ENOENT && errno != ENOTDIR) { in Connect()
|
D | service_framework_tests.cpp | 143 REPLY_ERROR_RETURN(message, ENOENT, {}); in HandleMessage() 464 EXPECT_EQ(-ENOENT, client->GetTestChannelId()); in TEST_F() 486 EXPECT_EQ(-ENOENT, client->GetTestChannelId()); in TEST_F()
|
/frameworks/native/libs/binder/ndk/include_ndk/android/ |
D | binder_status.h | 74 STATUS_NAME_NOT_FOUND = -ENOENT,
|
/frameworks/av/media/libstagefright/ |
D | ACodecBufferChannel.cpp | 104 return -ENOENT; in queueInputBuffer() 145 return -ENOENT; in queueSecureInputBuffer() 359 return -ENOENT; in attachEncryptedBuffer() 480 return -ENOENT; in renderOutputBuffer() 507 return -ENOENT; in discardBuffer()
|
D | MediaCodecList.cpp | 291 return -ENOENT; in findCodecByType() 308 return -ENOENT; in findCodecByName()
|
/frameworks/native/cmds/installd/ |
D | dexopt.cpp | 189 if (errno != ENOENT) { in clear_profile() 410 if (errno != ENOENT) { in open_profile() 952 if (errno != ENOENT) { in open_output_file() 1454 if (errno == ENOENT) { in check_secondary_dex_access() 1585 if (errno == ENOENT) { in open_dex_paths() 1681 if (errno == ENOENT) { in process_secondary_dex_dexopt() 2059 if (errno == ENOENT || errno == ENOTEMPTY) { in rmdir_if_empty() 2072 if (errno == ENOENT) { in unlink_if_exists() 2258 if (errno == EACCES || errno == ENOENT) { in hash_secondary_dex_file() 2442 if (errno != ENOENT) { in delete_odex() [all …]
|
D | restorable_file.cpp | 44 if (errno != ENOENT && errno != EROFS) { // EROFS reported even if it does not exist. in UnlinkPossiblyNonExistingFile()
|
D | utils.cpp | 474 if (errno != ENOENT) { in calculate_tree_size() 630 if (errno == ENOENT) { in create_dir_if_needed() 667 if (ignore_if_missing && (errno == ENOENT)) { in delete_dir_contents() 710 if (ignore_if_missing && (errno == ENOENT)) { in rename_delete_dir_contents() 1221 if (errno == ENOENT) { in prepare_app_cache_dir() 1434 if (errno == ENOENT) { in remove_file_at_fd()
|
/frameworks/compile/mclinker/lib/Support/Unix/ |
D | PathV3.inc | 129 return perrno == ENOENT || perrno == ENOTDIR; 158 if (errno == ENOENT || errno == ENOTDIR) // these are not errors
|
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/common/ |
D | FwdLockGlue.c | 85 } else if (errno == ENOENT && in FwdLockGlue_InitializeRoundKeys()
|
/frameworks/native/opengl/libs/EGL/ |
D | FileBlobCache.cpp | 64 if (errno != ENOENT) { in FileBlobCache()
|
/frameworks/av/media/module/foundation/ |
D | AMessage.cpp | 426 return -ENOENT; in post() 438 return -ENOENT; in postUnique() 448 return -ENOENT; in postAndAwaitResponse() 465 return -ENOENT; in postReply() 470 return -ENOENT; in postReply()
|
D | ALooper.cpp | 304 return -ENOENT; in awaitResponse()
|
/frameworks/base/libs/hwui/service/ |
D | GraphicsStatsService.cpp | 117 if (err != ENOENT) { in parseFromFile() 127 if (err != ENOENT) { in parseFromFile() 138 if (err != ENOENT) { in parseFromFile()
|
/frameworks/native/vulkan/libvulkan/ |
D | driver.cpp | 202 return -ENOENT; in LoadDriver() 225 return -ENOENT; in LoadDriverFromApex() 231 return -ENOENT; in LoadDriverFromApex() 251 return -ENOENT; in LoadUpdatedDriver() 282 if (result == -ENOENT) { in Open() 285 if (result == -ENOENT) { in Open()
|
/frameworks/base/native/webview/loader/ |
D | loader.cpp | 73 if (unlink(relro) != 0 && errno != ENOENT) { in DoCreateRelroFile()
|
/frameworks/base/services/core/java/com/android/server/pm/parsing/ |
D | PackageCacher.java | 169 if (ee.errno != OsConstants.ENOENT) { in isCacheUpToDate()
|
/frameworks/compile/mclinker/lib/Support/Windows/ |
D | PathV3.inc | 123 return perrno == ENOENT || perrno == ENOTDIR;
|