MCPcopy Create free account
hub / github.com/Kitware/CMake / GetFileName

Method GetFileName

Source/cmCMakePath.h:487–487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

485 cmCMakePath GetRootDirectory() const { return this->Path.root_directory(); }
486 cmCMakePath GetRootPath() const { return this->Path.root_path(); }
487 cmCMakePath GetFileName() const { return this->Path.filename(); }
488 cmCMakePath GetExtension() const { return this->Path.extension(); }
489 cmCMakePath GetWideExtension() const;
490 cmCMakePath GetStem() const { return this->Path.stem(); }

Callers 8

LLVMFuzzerTestOneInputFunction · 0.45
EvaluateMethod · 0.45
GetScopesResponseMethod · 0.45
GetStackTraceResponseFunction · 0.45
GetFileByTimestampMethod · 0.45
RemoveOldFilesMethod · 0.45
BuildTraceEventMethod · 0.45
HandleGetCommandFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected