Home
last modified time | relevance | path

Searched defs:fileExists (Results 1 – 25 of 112) sorted by relevance

12345

/aosp_15_r20/frameworks/base/services/permission/java/com/android/server/permission/access/
H A DAccessPersistence.kt62 val fileExists = in <lambda>() constant
76 val fileExists = in <lambda>() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/data/backup/
H A DCommunalBackupUtils.kt103 fun fileExists(): Boolean { in <lambda>() method in com.android.systemui.communal.data.backup.CommunalBackupUtils
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/communal/data/backup/
H A DCommunalBackupUtilsTest.kt144 fun fileExists() { in <lambda>() method
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/communal/data/backup/
DCommunalBackupUtils.java81 public final boolean fileExists() { in fileExists() method in CommunalBackupUtils
/aosp_15_r20/developers/build/prebuilts/gradle/BeamLargeFiles/Application/src/main/java/com/example/android/common/assetprovider/
H A DAssetProvider.java106 private boolean fileExists(String path) { in fileExists() method in AssetProvider
/aosp_15_r20/developers/samples/android/common/src/java/com/example/android/common/assetprovider/
DAssetProvider.java106 private boolean fileExists(String path) { in fileExists() method in AssetProvider
/aosp_15_r20/developers/demos/JustForUs/justforus/src/main/java/com/example/android/justforus/
H A DAssetProvider.java119 private boolean fileExists(String path) { in fileExists() method in AssetProvider
/aosp_15_r20/hardware/google/pixel/pixelstats/
DWaterEventReporter.cpp46 static bool fileExists(const std::string &path) { in fileExists() function
DStatsHelper.cpp40 bool fileExists(const std::string &path) { in fileExists() function
/aosp_15_r20/system/tools/hidl/hashing/
DHash.cpp157 std::string* err, bool* fileExists) { in lookupHash()
/aosp_15_r20/packages/services/Car/service/src/com/android/car/power/
DSilentModeHandler.java270 private boolean fileExists(String filePath) { in fileExists() method in SilentModeHandler
/aosp_15_r20/development/samples/BrokenKeyDerivation/src/com/example/android/brokenkeyderivation/
H A DBrokenKeyDerivationActivity.java250 private boolean fileExists(String fileName) { in fileExists() method in BrokenKeyDerivationActivity
/aosp_15_r20/packages/services/Car/cpp/powerpolicy/server/src/
DSilentModeHandler.cpp75 bool fileExists(const char* filename) { in fileExists() function
/aosp_15_r20/external/swiftshader/tests/VulkanWrapper/
H A DVulkanTester.cpp214 bool fileExists(const char *path) in fileExists() function
/aosp_15_r20/art/libartservice/service/java/com/android/server/art/
H A DDumpHelper.java326 public boolean fileExists(@NonNull String path) { in fileExists() method in DumpHelper.Injector
/aosp_15_r20/external/jazzer-api/src/main/native/com/code_intelligence/jazzer/android/
H A Dnative_agent.cpp193 bool fileExists(std::string filePath) { return std::ifstream(filePath).good(); } in fileExists() function
/aosp_15_r20/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/util/
DSearchArtifactUtil.java439 private static boolean fileExists(File file) { in fileExists() method in SearchArtifactUtil
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/controller/
H A DControlsFavoritePersistenceWrapper.kt77 val fileExists: Boolean in <lambda>() constant in com.android.systemui.controls.controller.ControlsFavoritePersistenceWrapper
/aosp_15_r20/sdk/find_java/src/source/
H A Dutils.h268 bool fileExists() const { in fileExists() function
/aosp_15_r20/external/icu/android_icu4j/testing/src/com/android/i18n/test/timezone/
H A DTimeZoneIntegrationTest.java319 private static boolean fileExists(String fileName) { in fileExists() method in TimeZoneIntegrationTest
/aosp_15_r20/external/fastrpc/src/
H A Dlog_config.c172 boolean fileExists = FALSE; in readLogConfigFromPath() local
/aosp_15_r20/frameworks/native/libs/input/
H A DTfLiteMotionPredictor.cpp70 bool fileExists(const char* filename) { in fileExists() function
/aosp_15_r20/build/soong/ui/build/
H A Dsoong.go163 func fileExists(path string) (bool, error) { func
/aosp_15_r20/platform_testing/libraries/device-collectors/src/main/java/android/device/collectors/
H A DBaseMetricListener.java354 private boolean fileExists(File file) { in fileExists() method in BaseMetricListener
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppUtility.java290 static boolean fileExists(Context context, Uri uri) { in fileExists() method in BluetoothOppUtility

12345