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

  /external/python/cpython2/PC/VS7.1/
make_buildinfo.c 57 int do_unlink, result; local
80 if ((do_unlink = make_buildinfo2()))
87 if (do_unlink)
  /external/python/cpython2/PC/VS8.0/
make_buildinfo.c 59 int do_unlink, result; local
82 if ((do_unlink = make_buildinfo2()))
89 if (do_unlink)
  /external/python/cpython2/PC/VS9.0/
make_buildinfo.c 59 int do_unlink, result; local
82 if ((do_unlink = make_buildinfo2()))
89 if (do_unlink)
  /external/e2fsprogs/debugfs/
debug_cmds.c 112 extern void do_unlink __SS_PROTO;
494 do_unlink,
debug_cmds.ct 61 request do_unlink, "Delete a directory link",
debugfs.h 139 extern void do_unlink(int argc, char **argv);
debugfs.c 1582 void do_unlink(int argc, char *argv[]) function
    [all...]
  /system/core/adb/
file_sync_service.cpp 200 mode_t mode, std::vector<char>& buffer, bool do_unlink) {
313 if (do_unlink) adb_unlink(path);
386 bool do_unlink = (lstat(path.c_str(), &st) == -1) || S_ISREG(st.st_mode) || S_ISLNK(st.st_mode); local
387 if (do_unlink) {
408 return handle_send_file(s, path.c_str(), uid, gid, capabilities, mode, buffer, do_unlink);
  /external/ltp/testcases/kernel/syscalls/symlink/
symlink01.c 237 void do_unlink(struct all_test_cases *tc_ptr);
1587 void do_unlink(struct all_test_cases *tc_ptr) function
    [all...]

Completed in 735 milliseconds