OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FileName
(Results
1 - 13
of
13
) sorted by null
/external/clang/include/clang/Frontend/
CommandLineSourceLoc.h
26
std::string
FileName
;
31
/// Construct a parsed source location from a string; the
Filename
is empty on
42
PSL.
FileName
= LineSplit.first;
46
if (PSL.
FileName
== "-")
47
PSL.
FileName
= "<stdin>";
60
/// Source locations are of the form
filename
:line:column.
76
if (Val.
FileName
.empty()) {
78
<< "source location must be of the form
filename
:line:column\n";
/external/clang/test/CodeGen/
types.c
3
struct
FileName
{
4
struct
FileName
*next;
/external/llvm/include/llvm/DebugInfo/
DIContext.h
28
const char *
FileName
;
32
DILineInfo() :
FileName
("<invalid>"), Line(0), Column(0) {}
33
DILineInfo(const char *
fileName
, uint32_t line, uint32_t column)
34
:
FileName
(
fileName
), Line(line), Column(column) {}
36
const char *getFileName() const { return
FileName
; }
42
std::strcmp(
FileName
, RHS.
FileName
) == 0;
/external/webrtc/src/system_wrappers/source/
file_impl.cc
88
WebRtc_Word32 FileWrapperImpl::
FileName
(WebRtc_Word8* fileNameUTF8,
/external/netperf/
netserver.c
174
char
FileName
[PATH_MAX]; /* for opening the debug log file */
175
strcpy(
FileName
, DEBUG_LOG_FILE);
179
snprintf(&
FileName
[strlen(
FileName
)], sizeof(
FileName
) - strlen(
FileName
), "_%d", getpid());
180
if ((where = fopen(
FileName
, "w")) == NULL) {
185
chmod(
FileName
,0644);
797
char
FileName
[PATH_MAX]; /* for opening the debug log file */
918
strcpy(
FileName
, DEBUG_LOG_FILE)
[
all
...]
/ndk/sources/host-tools/make-3.81/
vmsfunctions.c
159
static struct dsc$descriptor_s
FileName
=
192
Nam.nam$l_esa = EName; /* expanded
filename
*/
194
Nam.nam$l_rsa = RName; /* resultant
filename
*/
207
FileName
.dsc$a_pointer = Nam.nam$l_name;
208
FileName
.dsc$w_length = Nam.nam$b_name + Nam.nam$b_type + Nam.nam$b_ver;
223
&FibDesc, &
FileName
, 0, 0, &Atr, 0);
/external/clang/include/clang/Lex/
PreprocessingRecord.h
216
StringRef
FileName
;
232
InclusionKind Kind, StringRef
FileName
,
239
StringRef getFileName() const { return
FileName
; }
522
StringRef
FileName
,
/external/clang/include/clang/Serialization/
Module.h
68
std::string
FileName
;
/external/freetype/include/freetype/
tttables.h
453
FT_Char
FileName
[6];
[
all
...]
/external/jhead/
jhead.h
74
char
FileName
[PATH_MAX+1];
220
void MyGlob(const char * Pattern , void (*FileFuncParm)(const char *
FileName
));
225
int EnsurePathExists(const char *
FileName
);
232
int ReadJpegFile(const char *
FileName
, ReadMode_t ReadMode);
238
int WriteJpegFile(const char *
FileName
);
/external/llvm/include/llvm/Support/
COFF.h
274
uint8_t
FileName
[18];
/external/clang/lib/Serialization/
ASTWriter.cpp
922
/// \brief Adjusts the given
filename
to only write out the portion of the
923
///
filename
that is not part of the system root directory.
925
/// \param
Filename
the file name to adjust.
928
/// the returned
filename
will be adjusted by this system root.
930
/// \returns either the original
filename
(if it needs no adjustment) or the
931
/// adjusted
filename
(which points into the @p
Filename
parameter).
933
adjustFilenameForRelocatablePCH(const char *
Filename
, StringRef isysroot) {
934
assert(
Filename
&& "No file name to adjust?");
937
return
Filename
;
[
all
...]
/prebuilt/common/ant/
ant.jar
Completed in 996 milliseconds