Home
last modified time | relevance | path

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

/external/antlr/tool/src/main/java/org/antlr/
DTool.java901 public File getOutputDirectory(String fileNameWithPath) { in getOutputDirectory() argument
913 if (fileNameWithPath.lastIndexOf(File.separatorChar) == -1) { in getOutputDirectory()
923 … fileDirectory = fileNameWithPath.substring(0, fileNameWithPath.lastIndexOf(File.separatorChar)); in getOutputDirectory()
/external/OpenCL-CTS/test_common/harness/
DkernelHelpers.cpp217 std::string fileNameWithPath = filePath + slash + fileName; in file_exist_on_disk() local
221 ifs.open(fileNameWithPath.c_str(), std::ios::binary); in file_exist_on_disk()