Searched refs:newFileOrNull (Results 1 – 4 of 4) sorted by relevance
383 mDataDirFile = FileUtils.newFileOrNull(aInfo.dataDir); in setApplicationInfo()384 mDeviceProtectedDataDirFile = FileUtils.newFileOrNull(aInfo.deviceProtectedDataDir); in setApplicationInfo()385 mCredentialProtectedDataDirFile = FileUtils.newFileOrNull(aInfo.credentialProtectedDataDir); in setApplicationInfo()
1229 public static @Nullable File newFileOrNull(@Nullable String path) { in newFileOrNull() method in FileUtils
11460 HSPLandroid/os/FileUtils;->newFileOrNull(Ljava/lang/String;)Ljava/io/File;
49861 Landroid/os/FileUtils;->newFileOrNull(Ljava/lang/String;)Ljava/io/File;