HomeSort by relevance Sort by last modified time
    Searched refs:opendir (Results 51 - 75 of 444) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
common.h 57 if ((dp = opendir(fullpath)) == NULL) \
  /external/ltp/testcases/kernel/syscalls/readdir/
readdir02.c 77 if ((test_dir = opendir(".")) == NULL) {
78 tst_resm(TFAIL, "opendir(\".\") Failed, errno=%d : %s",
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
6-1.c 88 dotdir = opendir(".");
91 UNRESOLVED(errno, "opendir failed");
  /external/tensorflow/tensorflow/contrib/lite/testing/
nnapi_example.cc 69 DIR* dir = opendir(base_dir.c_str());
  /frameworks/av/media/libmedia/include/media/
PluginLoader.h 38 DIR* pDir = opendir(pluginDir.string());
  /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);
  /hardware/interfaces/drm/1.0/default/include/
PluginLoader.h 42 DIR* pDir = opendir(pluginDir.string());
  /hardware/interfaces/drm/1.0/vts/functional/
vendor_modules.cpp 36 DIR* dir = opendir(directory.c_str());
  /hardware/libhardware/tests/input/evdev/
TestHelpers.cpp 75 auto tmpDir = opendir(mName);
  /packages/services/Car/procfs-inspector/server/
directory.cpp 24 mDirectory.reset(opendir(path));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dirent.h 63 DIR* __cdecl __MINGW_NOTHROW opendir (const char*);
  /system/core/debuggerd/libdebuggerd/
open_files_list.cpp 40 std::unique_ptr<DIR, int (*)(DIR*)> dir(opendir(fd_dir_name.c_str()), closedir);
  /system/extras/iotop/
tasklist.cpp 32 std::unique_ptr<DIR, decltype(&closedir)> dir(opendir(name.c_str()), closedir);
  /external/ltp/testcases/kernel/syscalls/getcpu/
getcpu01.c 270 directory_parent = opendir("/sys/devices/system/node");
284 directory_node = opendir(directory_path);
  /external/perfetto/src/traced/probes/
process_stats_data_source.cc 85 base::ScopedDir proc_dir(opendir("/proc"));
87 PERFETTO_PLOG("Failed to opendir(/proc)");
94 base::ScopedDir task_dir(opendir(task_path));
  /hardware/interfaces/cas/1.0/default/
FactoryLoader.h 96 DIR* pDir = opendir(dirPath.string());
131 DIR* pDir = opendir(dirPath.string());
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
file_utils.cpp 46 DIR *const dir = opendir(dirPath);
61 DIR *const dir = opendir(dirPath);
  /bionic/libc/include/
dirent.h 79 DIR* opendir(const char* __path);
  /device/linaro/bootloader/edk2/StdLib/PosixLib/Gen/
opendir.c 40 NetBSD: opendir.c,v 1.33 2008/01/10 09:49:04 elad Exp
41 opendir.c 8.7 (Berkeley) 12/10/94
66 opendir(const char *name) function
  /external/autotest/tko/
draw_graphs 13 opendir PERFDIR, $perfdir;
  /external/compiler-rt/test/msan/Linux/
glob_altdirfunc.cc 35 return opendir(s);
  /external/deqp/framework/delibs/decpp/
deDirectoryIterator.cpp 88 m_handle = opendir(m_path.getPath());
  /external/libxcam/xcore/
x3a_analyzer_manager.cpp 75 dir_3a = opendir (dir_path);
  /external/ltp/testcases/kernel/controllers/libcontrollers/
libcontrollers.c 80 if ((dp = opendir(fullpath)) == NULL) { /* Error in opening directory */
  /external/vulkan-validation-layers/loader/
dirent_on_windows.c 31 DIR *opendir(const char *name) { function

Completed in 572 milliseconds

1 23 4 5 6 7 8 91011>>