OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:openDir
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/tools/aapt/
DirectoryWalker.h
28
virtual bool
openDir
(String8 path) = 0;
29
virtual bool
openDir
(const char* path) = 0;
57
virtual bool
openDir
(String8 path) {
60
dir =
opendir
(mBasePath.string() );
67
virtual bool
openDir
(const char* path) {
69
openDir
(p);
/frameworks/base/tools/aapt/tests/
MockDirectoryWalker.h
31
virtual bool
openDir
(String8 path) {
36
virtual bool
openDir
(const char* path) {
38
openDir
(p);
/prebuilts/go/darwin-x86/src/os/
file_windows.go
102
func
openDir
(name string) (file *File, err error) {
160
r, errd :=
openDir
(name)
/prebuilts/go/linux-x86/src/os/
file_windows.go
102
func
openDir
(name string) (file *File, err error) {
160
r, errd :=
openDir
(name)
/frameworks/base/libs/androidfw/
AssetManager.cpp
963
AssetDir* AssetManager::
openDir
(const char* dirName)
973
//printf("+++
openDir
(%s) in '%s'\n", dirName, (const char*) mAssetBase);
1031
//printf("+++
openDir
(%s) in '%s'\n", dirName, (const char*) mAssetBase);
[
all
...]
Completed in 550 milliseconds