/external/protobuf/src/google/protobuf/compiler/ |
zip_writer.h | 80 struct FileInfo { 88 vector<FileInfo> files_;
|
/frameworks/base/include/androidfw/ |
AssetManager.h | 267 bool scanAndMergeDirLocked(SortedVector<AssetDir::FileInfo>* pMergedInfo, 269 SortedVector<AssetDir::FileInfo>* scanDirLocked(const String8& path); 270 bool scanAndMergeZipLocked(SortedVector<AssetDir::FileInfo>* pMergedInfo, 272 void mergeInfoLocked(SortedVector<AssetDir::FileInfo>* pMergedInfo, 273 const SortedVector<AssetDir::FileInfo>* pContents); 276 void fncScanLocked(SortedVector<AssetDir::FileInfo>* pMergedInfo, 279 SortedVector<AssetDir::FileInfo>* pMergedInfo, 394 SortedVector<AssetDir::FileInfo> mCache;
|
/prebuilts/go/darwin-x86/src/go/doc/ |
doc_test.go | 68 func isGoFile(fi os.FileInfo) bool { 88 filter = func(fi os.FileInfo) bool {
|
headscan.go | 42 func isGoFile(fi os.FileInfo) bool { 71 err := filepath.Walk(*root, func(path string, fi os.FileInfo, err error) error {
|
/prebuilts/go/linux-x86/src/go/doc/ |
doc_test.go | 68 func isGoFile(fi os.FileInfo) bool { 88 filter = func(fi os.FileInfo) bool {
|
headscan.go | 42 func isGoFile(fi os.FileInfo) bool { 71 err := filepath.Walk(*root, func(path string, fi os.FileInfo, err error) error {
|
/external/curl/lib/ |
wildcard.c | 27 #include "fileinfo.h"
|
/external/elfutils/src/ |
i386_ld.c | 79 struct usedfiles *file = runp->fileinfo; 97 inxndxdata = runp->fileinfo->xndxdata; 550 if (r_sym >= scninfo->fileinfo->nlocalsymbols 551 && unlikely (scninfo->fileinfo->symref[r_sym] == NULL)) 557 if (! scninfo->fileinfo->symref[r_sym]->defined 558 || scninfo->fileinfo->symref[r_sym]->in_dso 592 sym = scninfo->fileinfo->symref[r_sym]; 620 if (! scninfo->fileinfo->symref[r_sym]->defined 623 sym = scninfo->fileinfo->symref[r_sym]; 654 if (!scninfo->fileinfo->symref[r_sym]->define [all...] |
/ndk/sources/host-tools/make-3.81/ |
commands.h | 24 struct floc fileinfo; /* Where commands were defined. */ member in struct:commands
|
/system/webservd/libwebserv/ |
request_fake.h | 54 std::multimap<std::string, std::unique_ptr<FileInfo>> file_info) {
|
/external/libchrome/base/ |
sys_info_chromeos.cc | 78 File::Info fileinfo; local 79 if (GetFileInfo(path, &fileinfo)) 80 lsb_release_time_ = fileinfo.creation_time;
|
/prebuilts/go/darwin-x86/src/io/ioutil/ |
ioutil.go | 55 // It's a good but not certain bet that FileInfo will tell us exactly how much to 92 type byName []os.FileInfo 100 func ReadDir(dirname string) ([]os.FileInfo, error) {
|
/prebuilts/go/darwin-x86/test/bench/garbage/ |
parser.go | 27 func isGoFile(dir os.FileInfo) bool { 33 func isPkgFile(dir os.FileInfo) bool { 52 filter := func(d os.FileInfo) bool {
|
/prebuilts/go/linux-x86/src/io/ioutil/ |
ioutil.go | 55 // It's a good but not certain bet that FileInfo will tell us exactly how much to 92 type byName []os.FileInfo 100 func ReadDir(dirname string) ([]os.FileInfo, error) {
|
/prebuilts/go/linux-x86/test/bench/garbage/ |
parser.go | 27 func isGoFile(dir os.FileInfo) bool { 33 func isPkgFile(dir os.FileInfo) bool { 52 filter := func(d os.FileInfo) bool {
|
/system/webservd/webservd/ |
request.cc | 75 FileInfo::FileInfo(const std::string& in_field_name, 365 std::unique_ptr<FileInfo> file_info{ 366 new FileInfo{key, filename, content_type ? content_type : "", 392 FileInfo* file_info = file_info_.back().get();
|
/prebuilts/go/darwin-x86/src/path/filepath/ |
path.go | 333 // "dir/a". The info argument is the os.FileInfo for the named path. 343 type WalkFunc func(path string, info os.FileInfo, err error) error 348 func walk(path string, info os.FileInfo, walkFn WalkFunc) error { 368 fileInfo, err := lstat(filename) 370 if err := walkFn(filename, fileInfo, err); err != nil && err != SkipDir { 374 err = walk(filename, fileInfo, walkFn) 376 if !fileInfo.IsDir() || err != SkipDir {
|
/prebuilts/go/linux-x86/src/path/filepath/ |
path.go | 333 // "dir/a". The info argument is the os.FileInfo for the named path. 343 type WalkFunc func(path string, info os.FileInfo, err error) error 348 func walk(path string, info os.FileInfo, walkFn WalkFunc) error { 368 fileInfo, err := lstat(filename) 370 if err := walkFn(filename, fileInfo, err); err != nil && err != SkipDir { 374 err = walk(filename, fileInfo, walkFn) 376 if !fileInfo.IsDir() || err != SkipDir {
|
/prebuilts/go/darwin-x86/pkg/darwin_amd64/ |
os.a | 130 type @"".FileInfo interface { IsDir() (? bool); ModTime() (? @"time".Time); Mode() (? @"".FileMode); Name() (? string); Size() (? int64); Sys() (? interface {}) } 140 func (@"".fˇ3 *@"".File "esc:0x1") Readdir (@"".nˇ4 int) (@"".fiˇ1 []@"".FileInfo, @"".errˇ2 error) 143 func (@"".fˇ3 *@"".File "esc:0x10a") Stat () (? @"".FileInfo, ? error) 152 func (@"".fˇ3 *@"".File "esc:0x1") @"".readdir (@"".nˇ4 int) (@"".fiˇ1 []@"".FileInfo, @"".errˇ2 error) 214 func @"".Stat (@"".nameˇ3 string) (? @"".FileInfo, ? error) 215 func @"".Lstat (@"".nameˇ3 string) (? @"".FileInfo, ? error) 250 func @"".SameFile (@"".fi1ˇ2 @"".FileInfo "esc:0x1", @"".fi2ˇ3 @"".FileInfo "esc:0x1") (? bool) { var @"".fs1ˇ4 *@"".fileStat; var @"".ok1ˇ5 bool; @"".fs1ˇ4, @"".ok1ˇ5 = @"".fi1ˇ2.(*@"".fileStat); var @"".fs2ˇ6 *@"".fileStat; var @"".ok2ˇ7 bool; @"".fs2ˇ6, @"".ok2ˇ7 = @"".fi2ˇ3.(*@"".fileStat); if !@"".ok1ˇ5 || !@"".ok2ˇ7 { return false }; return @"".sameFile(@"".fs1ˇ4, @"".fs2ˇ6) } [all...] |
/prebuilts/go/linux-x86/pkg/linux_amd64/ |
os.a | 130 type @"".FileInfo interface { IsDir() (? bool); ModTime() (? @"time".Time); Mode() (? @"".FileMode); Name() (? string); Size() (? int64); Sys() (? interface {}) } 140 func (@"".fˇ3 *@"".File "esc:0x1") Readdir (@"".nˇ4 int) (@"".fiˇ1 []@"".FileInfo, @"".errˇ2 error) 143 func (@"".fˇ3 *@"".File "esc:0x10a") Stat () (? @"".FileInfo, ? error) 152 func (@"".fˇ3 *@"".File "esc:0x1") @"".readdir (@"".nˇ4 int) (@"".fiˇ1 []@"".FileInfo, @"".errˇ2 error) 215 func @"".Stat (@"".nameˇ3 string) (? @"".FileInfo, ? error) 216 func @"".Lstat (@"".nameˇ3 string) (? @"".FileInfo, ? error) 251 func @"".SameFile (@"".fi1ˇ2 @"".FileInfo "esc:0x1", @"".fi2ˇ3 @"".FileInfo "esc:0x1") (? bool) { var @"".fs1ˇ4 *@"".fileStat; var @"".ok1ˇ5 bool; @"".fs1ˇ4, @"".ok1ˇ5 = @"".fi1ˇ2.(*@"".fileStat); var @"".fs2ˇ6 *@"".fileStat; var @"".ok2ˇ7 bool; @"".fs2ˇ6, @"".ok2ˇ7 = @"".fi2ˇ3.(*@"".fileStat); if !@"".ok1ˇ5 || !@"".ok2ˇ7 { return false }; return @"".sameFile(@"".fs1ˇ4, @"".fs2ˇ6) } [all...] |
/external/llvm/lib/IR/ |
GCOV.cpp | 114 void GCOVFile::collectLineCounts(FileInfo &FI) { 352 void GCOVFunction::collectLineCounts(FileInfo &FI) { 394 void GCOVBlock::collectLineCounts(FileInfo &FI) { 423 // FileInfo implementation. 536 std::string FileInfo::getCoveragePath(StringRef Filename, 553 FileInfo::openCoveragePath(StringRef CoveragePath) { 568 void FileInfo::print(raw_ostream &InfoOS, StringRef MainFilename, 690 void FileInfo::printFunctionSummary(raw_ostream &OS, 707 void FileInfo::printBlockInfo(raw_ostream &OS, const GCOVBlock &Block, 717 void FileInfo::printBranchInfo(raw_ostream &OS, const GCOVBlock &Block [all...] |
/frameworks/base/libs/androidfw/ |
AssetManager.cpp | 960 AssetDir::FileInfo tmpInfo; [all...] |
/prebuilts/go/darwin-x86/src/archive/tar/ |
writer_test.go | 270 fileinfo, err := os.Stat("testdata/small.txt") 274 hdr, err := FileInfoHeader(fileinfo, "") 310 fileinfo, err := os.Stat("testdata/small.txt") 314 hdr, err := FileInfoHeader(fileinfo, "") 350 fileinfo, err := os.Stat("testdata/small.txt") 355 hdr, err := FileInfoHeader(fileinfo, "") 409 fileinfo, err := os.Stat("testdata/small.txt") 413 hdr, err := FileInfoHeader(fileinfo, "") 462 fileinfo, err := os.Stat("testdata/small.txt") 466 hdr, err := FileInfoHeader(fileinfo, "") [all...] |
/prebuilts/go/linux-x86/src/archive/tar/ |
writer_test.go | 270 fileinfo, err := os.Stat("testdata/small.txt") 274 hdr, err := FileInfoHeader(fileinfo, "") 310 fileinfo, err := os.Stat("testdata/small.txt") 314 hdr, err := FileInfoHeader(fileinfo, "") 350 fileinfo, err := os.Stat("testdata/small.txt") 355 hdr, err := FileInfoHeader(fileinfo, "") 409 fileinfo, err := os.Stat("testdata/small.txt") 413 hdr, err := FileInfoHeader(fileinfo, "") 462 fileinfo, err := os.Stat("testdata/small.txt") 466 hdr, err := FileInfoHeader(fileinfo, "") [all...] |
/prebuilts/go/linux-x86/pkg/linux_amd64_race/ |
os.a | 130 type @"".FileInfo interface { IsDir() (? bool); ModTime() (? @"time".Time); Mode() (? @"".FileMode); Name() (? string); Size() (? int64); Sys() (? interface {}) } 140 func (@"".fˇ3 *@"".File "esc:0x1") Readdir (@"".nˇ4 int) (@"".fiˇ1 []@"".FileInfo, @"".errˇ2 error) 143 func (@"".fˇ3 *@"".File "esc:0x10a") Stat () (? @"".FileInfo, ? error) 152 func (@"".fˇ3 *@"".File "esc:0x1") @"".readdir (@"".nˇ4 int) (@"".fiˇ1 []@"".FileInfo, @"".errˇ2 error) 215 func @"".Stat (@"".nameˇ3 string) (? @"".FileInfo, ? error) 216 func @"".Lstat (@"".nameˇ3 string) (? @"".FileInfo, ? error) 251 func @"".SameFile (@"".fi1ˇ2 @"".FileInfo "esc:0x1", @"".fi2ˇ3 @"".FileInfo "esc:0x1") (? bool) { var @"".fs1ˇ4 *@"".fileStat; var @"".ok1ˇ5 bool; @"".fs1ˇ4, @"".ok1ˇ5 = @"".fi1ˇ2.(*@"".fileStat); var @"".fs2ˇ6 *@"".fileStat; var @"".ok2ˇ7 bool; @"".fs2ˇ6, @"".ok2ˇ7 = @"".fi2ˇ3.(*@"".fileStat); if !@"".ok1ˇ5 || !@"".ok2ˇ7 { return false }; return @"".sameFile(@"".fs1ˇ4, @"".fs2ˇ6) } [all...] |