HomeSort by relevance Sort by last modified time
    Searched refs:fts_open (Results 101 - 108 of 108) sorted by null

1 2 3 45

  /frameworks/native/cmds/installd/
utils.cpp 310 if (!(fts = fts_open(argv, FTS_PHYSICAL | FTS_NOCHDIR | FTS_XDEV, NULL))) {
312 PLOG(ERROR) << "Failed to fts_open " << path;
    [all...]
InstalldNativeService.cpp 631 if (!(fts = fts_open(argv, FTS_PHYSICAL | FTS_NOCHDIR | FTS_XDEV, NULL))) {
632 return error("Failed to fts_open");
    [all...]
  /bionic/tools/versioner/src/
Preprocessor.cpp 442 std::unique_ptr<FTS, decltype(&fts_close)> fts(fts_open(fts_paths, FTS_LOGICAL, nullptr),
  /bionic/libc/bionic/
fts.c 73 fts_open(char * const *argv, int options, function
191 * place and the user can access the first node. From fts_open it's
768 * the saved fd; if one of fts_open()'s arguments is a relative path
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
namespace.h 263 #define fts_open _fts_open
  /external/selinux/libselinux/src/android/
android.c     [all...]
  /system/vold/
VolumeManager.cpp     [all...]
  /external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
libcpuset.c     [all...]

Completed in 1015 milliseconds

1 2 3 45