HomeSort by relevance Sort by last modified time
    Searched refs:dir0 (Results 1 - 5 of 5) sorted by null

  /bionic/libc/bionic/
mntent.cpp 44 int fsname0, fsname1, dir0, dir1, type0, type1, opts0, opts1; local
46 &fsname0, &fsname1, &dir0, &dir1, &type0, &type1, &opts0, &opts1,
51 e->mnt_dir = &buf[dir0];
  /external/autotest/site_utils/lxc/
container_factory_unittest.py 93 dir0 = tempfile.mkdtemp(dir=self.test_dir)
96 container0 = self.test_factory.create_container(lxc_path=dir0)
99 self.assertEqual(dir0, container0.container_path);
  /external/tensorflow/tensorflow/core/kernels/
debug_ops_test.cc 100 DIR* dir0 = opendir(dump_roots[i].c_str()); local
104 while ((ent0 = readdir(dir0)) != nullptr) {
111 closedir(dir0);
  /external/skia/tests/
PathTest.cpp 2608 SkPath::Direction dir0, dir1; local
    [all...]
  /external/skqp/tests/
PathTest.cpp 2608 SkPath::Direction dir0, dir1; local
    [all...]

Completed in 1897 milliseconds