Home
last modified time | relevance | path

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

/third_party/lib/acpica/source/common/
A Dadfile.c293 char *Substring; in FlSplitInputPathname() local
322 Substring = strrchr (DirectoryPath, '/'); in FlSplitInputPathname()
323 if (!Substring) in FlSplitInputPathname()
325 Substring = strrchr (DirectoryPath, ':'); in FlSplitInputPathname()
330 if (!Substring) in FlSplitInputPathname()
337 Filename = FlStrdup (Substring + 1); in FlSplitInputPathname()
338 *(Substring+1) = 0; in FlSplitInputPathname()
/third_party/lib/acpica/source/compiler/
A Daslfiles.c863 char *Substring; in FlParseInputPathname() local
879 Substring = strrchr (Gbl_DirectoryPath, '\\'); in FlParseInputPathname()
880 if (!Substring) in FlParseInputPathname()
882 Substring = strrchr (Gbl_DirectoryPath, '/'); in FlParseInputPathname()
883 if (!Substring) in FlParseInputPathname()
885 Substring = strrchr (Gbl_DirectoryPath, ':'); in FlParseInputPathname()
889 if (!Substring) in FlParseInputPathname()
901 Gbl_OutputFilenamePrefix = strdup (Substring + 1); in FlParseInputPathname()
903 *(Substring+1) = 0; in FlParseInputPathname()

Completed in 3 milliseconds