Searched defs:Fullpath (Results 1 – 4 of 4) sorted by relevance
21 std::string Fullpath; in getSourceFile() local
186 std::string Fullpath = BaseDir + "/" + sys::path::convert_to_slash(Path); in append() local
308 char *Fullpath; in AcpiDmNormalizeParentPrefix() local
86 enum FileKind { FileError = 0, Basename, Dirname, Fullpath }; enumerator