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

  /external/toybox/toys/other/
lsattr.c 9 USE_CHATTR(NEWTOY(chattr, NULL, TOYFLAG_BIN))
25 config CHATTR
26 bool "chattr"
29 usage: chattr [-R] [-+=AacDdijsStTu] [-v version] [File...]
179 // Switch gears from lsattr to chattr.
187 } chattr; variable in typeref:struct:_chattr
208 // Parse command line argument and fill the chattr structure.
218 chattr.recursive = 1;
227 chattr.version = strtoul(arg, &endptr, 0);
229 chattr.vflag = 1
    [all...]
  /external/vboot_reference/scripts/image_signing/
align_rootfs.sh 54 sudo chattr -i "${file}"
66 sudo chattr +i "${file}"
  /external/toybox/tests/
lsattr.test 7 # chattr - Testcases
14 testing "chattr [-/+]i FILE[write]" "$IN && echo "$_t" > testFile &&
15 chattr +i testFile && lsattr testFile && echo "$_t" > testFile;
16 chattr -i testFile; rm -rf testFile; $OUT " "----i-------- testFile\n" "" ""
17 testing "chattr [-/+]i FILE[re-write]" "$IN && echo "$_t" > testFile &&
18 chattr +i testFile && echo \"$_t\" > testFile || chattr -i testFile &&
21 testing "chattr [-/+]i FILE[append]" "$IN && echo "$_t" > testFile &&
22 chattr +i testFile && echo \"$_t\" >> testFile || lsattr testFile &&
23 chattr -i testFile; rm -rf testFile; $OUT" "----i-------- testFile\n" "" "
    [all...]
  /external/e2fsprogs/misc/
Android.mk 263 # Build chattr
268 chattr.c
314 LOCAL_MODULE := chattr
326 LOCAL_MODULE_STEM := chattr
Makefile.in 38 UPROGS= chattr lsattr @UUID_CMT@ uuidgen
39 UMANPAGES= chattr.1 lsattr.1 @UUID_CMT@ uuidgen.1
46 CHATTR_OBJS= chattr.o
64 PROFILED_CHATTR_OBJS= profiled/chattr.o
80 $(srcdir)/chattr.c $(srcdir)/lsattr.c $(srcdir)/dumpe2fs.c \
256 chattr: $(CHATTR_OBJS) $(DEPLIBS_E2P)
258 $(Q) $(CC) $(ALL_LDFLAGS) -o chattr $(CHATTR_OBJS) $(LIBS_E2P) $(LIBINTL)
407 chattr.1: $(DEP_SUBSTITUTE) $(srcdir)/chattr.1.in
409 $(Q) $(SUBSTITUTE_UPTIME) $(srcdir)/chattr.1.in chattr.1
    [all...]
  /external/toybox/generated/
newtoys.h 22 USE_CHATTR(NEWTOY(chattr, NULL, TOYFLAG_BIN))
flags.h 182 // chattr
    [all...]

Completed in 277 milliseconds