Searched refs:newFileOrNull (Results 1 – 3 of 3) sorted by relevance
350 mDataDirFile = FileUtils.newFileOrNull(aInfo.dataDir); in setApplicationInfo()351 mDeviceProtectedDataDirFile = FileUtils.newFileOrNull(aInfo.deviceProtectedDataDir); in setApplicationInfo()352 mCredentialProtectedDataDirFile = FileUtils.newFileOrNull(aInfo.credentialProtectedDataDir); in setApplicationInfo()
1016 public static @Nullable File newFileOrNull(@Nullable String path) { in newFileOrNull() method in FileUtils
27473 HSPLandroid/os/FileUtils;->newFileOrNull(Ljava/lang/String;)Ljava/io/File;