Home
last modified time | relevance | path

Searched refs:source_file_absolute_native (Results 1 – 5 of 5) sorted by relevance

/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/FortranProject/
H A Dmakefilegen.cpp59 wxFileName sfn(pfd.source_file_absolute_native);
115 wxFileName sfn(pfd.source_file_absolute_native);
143 projDep->GetUseFilesFile(pfd.source_file_absolute_native, use);
152 projDep->GetExtendsFilesFile(pfd.source_file_absolute_native, extends);
161 projDep->GetIncludeFilesFile(pfd.source_file_absolute_native, incl);
H A Dprojectdependencies.cpp426 time_t time_src = wxFileModificationTime(pfd.source_file_absolute_native); in EnsureUpToDateObjs()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/compilergcc/
H A Ddirectcommands.cpp257 source_file = UnixFilename(pfd.source_file_absolute_native); in GetCompileFileCommand()
1080 depsTimeStamp(pfd.source_file_absolute_native.mb_str(), &timeSrc); in IsObjectOutdated()
1084 … *errorStr = _("WARNING: Can't read file's timestamp: ") + pfd.source_file_absolute_native; in IsObjectOutdated()
1086 if (wxFileExists(pfd.source_file_absolute_native)) in IsObjectOutdated()
1119 depsRef ref = depsScanForHeaders(pfd.source_file_absolute_native.mb_str()); in IsObjectOutdated()
/dports/devel/codeblocks/codeblocks-20.03/src/include/
H A Dprojectfile.h264 wxString source_file_absolute_native; variable
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/
H A Dprojectfile.cpp397 source_file_absolute_native = pf->file.GetFullPath(); in Update()