Searched refs:this_file (Results 1 – 6 of 6) sorted by relevance
113 static const char this_file[] = __FILE__; in trim_filename() local114 const char *p = name, *q = this_file; in trim_filename()
424 static const char this_file[] = __FILE__; in trim_filename() local425 const char *p = name, *q = this_file; in trim_filename()
133 static char *this_file = NULL; variable211 if (this_file == NULL) { in file_name()213 for (this_file=relative_path; in file_name()214 *this_file && ! isalnum((unsigned char)*this_file); in file_name()215 this_file++) ; in file_name()217 return this_file; in file_name()
56 static void SharedLibraryDirectoryHelper(FileSpec &this_file);
415 FileSpec &this_file) { in SharedLibraryDirectoryHelper() argument422 if (this_file.GetFileNameExtension() == ConstString(".pyd")) { in SharedLibraryDirectoryHelper()423 this_file.RemoveLastPathComponent(); // _lldb.pyd or _lldb_d.pyd in SharedLibraryDirectoryHelper()424 this_file.RemoveLastPathComponent(); // lldb in SharedLibraryDirectoryHelper()429 this_file.RemoveLastPathComponent(); in SharedLibraryDirectoryHelper()430 this_file.AppendPathComponent("bin"); in SharedLibraryDirectoryHelper()431 this_file.AppendPathComponent("liblldb.dll"); in SharedLibraryDirectoryHelper()436 FileSystem::Instance().ResolveSymbolicLink(this_file, this_file); in SharedLibraryDirectoryHelper()
44 using SharedLibraryDirectoryHelper = void(FileSpec &this_file);