Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:SaveFile
(Results
1 - 9
of
9
) sorted by relevance
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/chromium/
H
A
D
chrome_subsetter.cc
62
bool
SaveFile
(const char* output_file_path, const unsigned char* output_buffer,
in SaveFile()
function
128
int result =
SaveFile
(argv[2], output_buffer, output_length) ? 1 : 0;
in main()
/third_party/lame/ACM/
H
A
D
AEncodeProperties.cpp
955
my_stored_data.
SaveFile
(my_store_location);
1281
my_stored_data.
SaveFile
(my_store_location);
1843
my_stored_data.
SaveFile
(my_store_location);
1891
my_stored_data.
SaveFile
(my_store_location);
/third_party/lame/ACM/tinyxml/
H
A
D
tinyxml.cpp
607
bool TiXmlDocument::
SaveFile
() const
in SaveFile()
function in TiXmlDocument
609
return
SaveFile
( value );
in SaveFile()
654
bool TiXmlDocument::
SaveFile
( const std::string& filename ) const
in SaveFile()
function in TiXmlDocument
H
A
D
tinyxml.h
747
bool
SaveFile
() const;
751
bool
SaveFile
( const std::string& filename ) const;
H
A
D
xmltest.cpp
92
doc.
SaveFile
();
in main()
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
H
A
D
tinyxml.cpp
960
bool TiXmlDocument::
SaveFile
() const
in SaveFile()
function in TiXmlDocument
962
return
SaveFile
( Value() );
in SaveFile()
1084
bool TiXmlDocument::
SaveFile
( const char * filename ) const
1090
bool result =
SaveFile
( fp );
1098
bool TiXmlDocument::
SaveFile
( FILE* fp ) const
H
A
D
tinyxml.h
1417
bool
SaveFile
() const;
1421
bool
SaveFile
( const char * filename ) const;
1429
bool
SaveFile
( FILE* ) const;
1436
bool
SaveFile
( const std::string& filename ) const ///< STL std::string version.
in SaveFile()
function in TiXmlDocument
1438
return
SaveFile
( filename.c_str() );
in SaveFile()
/third_party/skia/third_party/externals/d3d12allocator/src/
H
A
D
Common.cpp
40
void
SaveFile
(const wchar_t* filePath, const void* data, size_t dataSize)
in SaveFile()
function
H
A
D
Common.h
352
void
SaveFile
(const wchar_t* filePath, const void* data, size_t dataSize);
Completed in 17 milliseconds