Home
last modified time | relevance | path

Searched refs:commandLineFile (Results 1 – 4 of 4) sorted by relevance

/external/cronet/base/android/java/src/org/chromium/base/
DCommandLineInitUtil.java56 File commandLineFile = new File(COMMAND_LINE_FILE_PATH_DEBUG_APP, fileName); in initCommandLine() local
58 boolean debugFlagsExist = commandLineFile.exists(); in initCommandLine()
60 commandLineFile = new File(COMMAND_LINE_FILE_PATH, fileName); in initCommandLine()
62 CommandLine.initFromFile(commandLineFile.getPath()); in initCommandLine()
/external/libchrome/base/android/java/src/org/chromium/base/
DCommandLineInitUtil.java55 File commandLineFile = new File(COMMAND_LINE_FILE_PATH_DEBUG_APP, fileName); in initCommandLine() local
57 boolean debugFlagsExist = commandLineFile.exists(); in initCommandLine()
59 commandLineFile = new File(COMMAND_LINE_FILE_PATH, fileName); in initCommandLine()
61 CommandLine.initFromFile(commandLineFile.getPath()); in initCommandLine()
/external/angle/src/tests/test_utils/runner/android/java/src/com/android/angle/test/
DAngleNativeTest.java94 File commandLineFile = new File(mCommandLineFilePath); in parseArgumentsFromIntent() local
95 if (!commandLineFile.isAbsolute()) in parseArgumentsFromIntent()
/external/cronet/testing/android/native_test/java/src/org/chromium/native_test/
DNativeTest.java123 File commandLineFile = new File(mCommandLineFilePath); in parseArgumentsFromIntent() local
124 if (!commandLineFile.isAbsolute()) { in parseArgumentsFromIntent()