Searched refs:getLocalStoragePath (Results 1 - 11 of 11) sorted by relevance

/external/libgdx/gdx/src/com/badlogic/gdx/
H A DFiles.java82 public String getLocalStoragePath (); method in interface:Files
/external/libgdx/backends/gdx-backend-headless/src/com/badlogic/gdx/backends/headless/
H A DHeadlessFiles.java71 public String getLocalStoragePath () { method in class:HeadlessFiles
/external/libgdx/backends/gdx-backend-jglfw/src/com/badlogic/gdx/backends/jglfw/
H A DJglfwFiles.java62 public String getLocalStoragePath () { method in class:JglfwFiles
/external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/
H A DLwjglFiles.java71 public String getLocalStoragePath () { method in class:LwjglFiles
/external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/
H A DLwjgl3Files.java71 public String getLocalStoragePath () { method in class:Lwjgl3Files
/external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosmoe/
H A DIOSFiles.java77 public String getLocalStoragePath () { method in class:IOSFiles
/external/libgdx/backends/gdx-backend-robovm/src/com/badlogic/gdx/backends/iosrobovm/
H A DIOSFiles.java78 public String getLocalStoragePath () { method in class:IOSFiles
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/
H A DGwtFiles.java77 public String getLocalStoragePath () { method in class:GwtFiles
/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
H A DAndroidFiles.java107 public String getLocalStoragePath () { method in class:AndroidFiles
H A DAndroidFileHandle.java228 if (type == FileType.Local) return new File(Gdx.files.getLocalStoragePath(), file.getPath());
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
H A DFilesTest.java101 message += "Local storage path: " + Gdx.files.getLocalStoragePath() + "\n";

Completed in 70 milliseconds