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
193
if (
getStatValue
(InterndDirName, Data, false, nullptr /*directory lookup*/)) {
258
if (
getStatValue
(InterndFileName, Data, true, openFile ? &F : nullptr)) {
333
if (
getStatValue
(InterndFileName, Data, true, nullptr) == 0) {
446
///
getStatValue
- Get the 'stat' information for the specified path,
451
bool FileManager::
getStatValue
(const char *Path, FileData &Data, bool isFile,
/external/clang/include/clang/Basic/
FileManager.h
174
bool
getStatValue
(const char *Path, FileData &Data, bool isFile,
Completed in 79 milliseconds