OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getStatValue
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Basic/
FileManager.cpp
190
if (
getStatValue
(InterndDirName, Data, false, nullptr /*directory lookup*/)) {
255
if (
getStatValue
(InterndFileName, Data, true, openFile ? &F : nullptr)) {
271
// If the name returned by
getStatValue
is different than Filename, re-intern
280
"filename from
getStatValue
() refers to wrong file");
351
if (
getStatValue
(InterndFileName, Data, true, nullptr) == 0) {
456
///
getStatValue
- Get the 'stat' information for the specified path,
461
bool FileManager::
getStatValue
(const char *Path, FileData &Data, bool isFile,
/external/clang/include/clang/Basic/
FileManager.h
166
bool
getStatValue
(const char *Path, FileData &Data, bool isFile,
Completed in 341 milliseconds