Searched refs:commandLineFile (Results 1 – 4 of 4) sorted by relevance
56 File commandLineFile = new File(COMMAND_LINE_FILE_PATH_DEBUG_APP, fileName); in initCommandLine() local58 boolean debugFlagsExist = commandLineFile.exists(); in initCommandLine()60 commandLineFile = new File(COMMAND_LINE_FILE_PATH, fileName); in initCommandLine()62 CommandLine.initFromFile(commandLineFile.getPath()); in initCommandLine()
55 File commandLineFile = new File(COMMAND_LINE_FILE_PATH_DEBUG_APP, fileName); in initCommandLine() local57 boolean debugFlagsExist = commandLineFile.exists(); in initCommandLine()59 commandLineFile = new File(COMMAND_LINE_FILE_PATH, fileName); in initCommandLine()61 CommandLine.initFromFile(commandLineFile.getPath()); in initCommandLine()
94 File commandLineFile = new File(mCommandLineFilePath); in parseArgumentsFromIntent() local95 if (!commandLineFile.isAbsolute()) in parseArgumentsFromIntent()
123 File commandLineFile = new File(mCommandLineFilePath); in parseArgumentsFromIntent() local124 if (!commandLineFile.isAbsolute()) { in parseArgumentsFromIntent()