Home
last modified time | relevance | path

Searched refs:publicFilesRootPath (Results 1 – 2 of 2) sorted by relevance

/external/jazzer-api/examples/src/main/java/com/example/
DExamplePathTraversalFuzzer.java25 public static final String publicFilesRootPath = "/app/upload/"; field in ExamplePathTraversalFuzzer
37 File fileToUpload = new File(publicFilesRootPath + relativePathToFile); in uploadFile()
DExamplePathTraversalFuzzerHooks.java39 if (!normalizedPath.startsWith(ExamplePathTraversalFuzzer.publicFilesRootPath)) { in fileConstructorHook()