Searched +full:ls +full:- +full:files (Results 1 – 25 of 656) sorted by relevance
12345678910>>...27
2 # SPDX-License-Identifier: GPL-2.017 if [ ! -d $CPUROOT/$1/cpufreq ]; then24 if [ -d $CPUROOT/$1/cpufreq ]; then31 policies=$(ls $CPUFREQROOT| grep "policy[0-9].*")39 policies=$(ls $CPUFREQROOT| grep "policy[0-9].*")48 local files=`ls $1`52 for file in $files; do53 if [ -f $1/$file ]; then71 printf "%s\n\n" "------------------------------------------------"75 # UPDATE CPUFREQ FILES[all …]
1 /* ls.c - list files6 * See http://opengroup.org/onlinepubs/9699919799/utilities/ls.html9 * add -b (and default to it instead of -q for an unambiguous representation11 * add -Z -ll --color12 * Posix says the -l date format should vary based on how recent it is13 * and we do --time-style=long-iso instead15 …LS(NEWTOY(ls, USE_LS_COLOR("(color):;")"(full-time)(show-control-chars)ZgoACFHLRSabcdfhikl@mnpqrst…17 config LS18 bool "ls"21 usage: ls [-ACFHLRSZacdfhiklmnpqrstux1] [directory...][all …]
9 ------15 two places at once -- somewhat like hard links for files:18 # mount --bind mnt mnt220 # ls mnt224 use --rbind.29 # mount --bind mnt mnt232 # ls mnt236 # mount --bind sub /mnt/foo37 # ls mnt/foo39 # ls mnt2/foo[all …]
1 SQUASHFS 3.0 - A squashed read-only filesystem for Linux3 Copyright 2002-2006 Phillip Lougher <phillip@lougher.org.uk>13 2. Files are no longer limited to 4 GB. In theory the maximum25 7. Special support for files larger than 256 MB has been added to33 There is a new Unsquashfs utility (in squashfs-tools) than can be used to40 -------------44 SYNTAX: unsquashfs [-ls | -dest] filesystem45 -version print version, licence and copyright information46 -info print files as they are unsquashed47 -ls list filesystem only[all …]
2 # Use of this source code is governed by a BSD-style license that can be16 GS_BUCKET = 'gs://chromeos-touchpad'17 GS_BUCKET_PUBLIC = GS_BUCKET + '-public'38 untar_cmd_str = 'tar xf %s -C %s'62 self.ls_cmd = '{0} {1} {2}/%s'.format(_cmd_prefix, 'ls', bucket)69 def ls(self, files=''): member in CrosGs70 """ls the files in the selected bucket."""71 simple_system(self.ls_cmd % files)77 cp_flag = '-R' if os.path.isdir(data) else ''79 msg = '\nGesture event files have been uploaded to "%s"\n'[all …]
1 07-24 22:32:21 I/CompatibilityTest: Starting 17 modules on chromeos4-row6-rack11-host11:222 07-24 22:32:22 I/ConsoleReporter: [chromeos4-row6-rack11-host11:22] Starting armeabi-v7a CtsDeqpTes…3 07-24 22:32:39 I/ConsoleReporter: [1/35452 armeabi-v7a CtsDeqpTestCases chromeos4-row6-rack11-host1…4 07-25 01:18:20 I/ConsoleReporter: [35452/35452 armeabi-v7a CtsDeqpTestCases chromeos4-row6-rack11-h…5 07-25 01:18:26 I/ConsoleReporter: [chromeos4-row6-rack11-host11:22] armeabi-v7a CtsDeqpTestCases co…6 07-25 01:18:29 I/ConsoleReporter: [chromeos4-row6-rack11-host11:22] Continuing armeabi-v7a CtsDeqpT…7 07-25 01:18:30 I/ConsoleReporter: [1/81464 armeabi-v7a CtsDeqpTestCases chromeos4-row6-rack11-host1…8 07-25 01:19:06 I/ConsoleReporter: [81464/81464 armeabi-v7a CtsDeqpTestCases chromeos4-row6-rack11-h…9 07-25 01:19:06 I/ConsoleReporter: [chromeos4-row6-rack11-host11:22] armeabi-v7a CtsDeqpTestCases co…10 07-25 01:19:08 I/ConsoleReporter: [chromeos4-row6-rack11-host11:22] Continuing armeabi-v7a CtsDeqpT…[all …]
2 # Use of this source code is governed by a BSD-style license that can be17 """Check permissions of files of logged in and guest user."""41 logging.error("%s - Expected %s:%s, saw %s:%s",74 ('find -L "%s" -path "%s" -o '75 # Avoid false-positives on SingletonLock, SingletonCookie, etc.76 ' \\( -name "Singleton*" -a -type l \\) -o '77 ' -path "%s/user" -prune -o '78 ' -path "%s/Downloads" -prune -o '79 ' -path "%s/flimflam" -prune -o '80 ' -path "%s/shill" -prune -o '[all …]
3 # pstore_post_reboot_tests - Check pstore's behavior after crash/reboot12 if [ -e $REBOOT_FLAG ]; then19 prlog -n "Mounting pstore filesystem ... "21 if [ $? -eq 0 ]; then22 mount_point=`echo ${mount_info} | cut -d' ' -f2 | head -n1`25 mount none /sys/fs/pstore -t pstore26 if [ $? -eq 0 ]; then27 mount_point=`grep pstore /proc/mounts | cut -d' ' -f2 | head -n1`37 prlog -n "Checking dmesg files exist in pstore filesystem ... "40 prlog -n "Checking console files exist in pstore filesystem ... "[all …]
28 gen_obj.Main(['--obj_num', str(obj_num), '--bad_obj_num', str(bad_obj_num)])90 'tail -n1'))91 ls = out.splitlines()92 self.assertEqual(len(ls), 1)93 line = ls[0]111 """Generate [100-1000] object files, and 1-5% of which are bad ones."""123 """Cleanup temp files."""152 '--get_initial_items', './gen_init_list.py', '--switch_to_good',153 './switch_to_good.py', '--switch_to_bad', './switch_to_bad.py',154 '--test_script', './is_good.py', '--prune', '--file_args'[all …]
2 # Get modification time of a file or directory and pretty-print it.4 scriptversion=2010-08-21.06; # UTC6 # Copyright (C) 1995-2013 Free Software Foundation, Inc.28 # bugs to <bug-automake@gnu.org> or send patches to29 # <automake-patches@gnu.org>.31 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then34 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which36 alias -g '${1+"$@"}'='"$@"'42 echo "$0: No file. Try '$0 --help' for more information." 1>&245 -h | --h*)[all …]
12 // RUN: rm -rf %t14 … -DIMPORT_DEPENDS_ON_MODULE -fmodules-ignore-macro=DIMPORT_DEPENDS_ON_MODULE -fmodules -fimplicit-…15 … -DIMPORT_DEPENDS_ON_MODULE -fmodules-ignore-macro=DIMPORT_DEPENDS_ON_MODULE -fmodules -fimplicit-…16 // RUN: ls %t | grep modules.timestamp17 // RUN: ls -R %t | grep ^Module.*pcm18 // RUN: ls -R %t | grep DependsOnModule.*pcm21 // but nothing gets pruned because the module files are new enough.22 // RUN: touch -m -a -t 201101010000 %t/modules.timestamp 23 …cc1 -fmodules -fimplicit-module-maps -F %S/Inputs -fmodules-cache-path=%t -fmodules -fmodules-prun…24 // RUN: ls %t | grep modules.timestamp[all …]
3 # Copyright (C) 2000-2005, International Business Machines21 Source: icu-%{version}.tgz22 BuildRoot: /var/tmp/%{name}-%{version}24 ICU is a set of C and C++ libraries that provides robust and full-featured36 not contain any of the data files needed at runtime and present in the37 `icu' and `icu-locales` packages.39 %package -n libicu3442 %description -n libicu3443 ICU is a set of C and C++ libraries that provides robust and full-featured45 not contain any of the data files needed at runtime and present in the[all …]
2 # Use of this source code is governed by a BSD-style license that can be15 """Tests if crash files are generated when crash is invoked."""25 @param existing files: state of crash dir before induced crash.27 @raises TestFail error if crash files are not generated.31 out = self.host.run('ls %s' % self.CRASH_DIR, ignore_status=True)34 file_diff = set(current_files) - set(existing_files)35 logging.info("Crash files diff: %s" % file_diff)37 # Check empty files, prefix, and extension of crash files.42 if '0' == self.host.run("du -h %s" % file_path).stdout[:1]:44 crash_extensions.append(crash_file.split('.')[-1])[all …]
10 PERM="---""--x""-w-""-wx""r--""r-x""rw-""rwx"22 # Creating test files to test chmod command36 rm -rf "./$type" && mkdir $type40 rm -f "./$type" && touch $type41 DASH=-45 ls -ld $type | cut -d' ' -f 1 | cut -d. -f 1" "$DASH$DASHES\n" "" ""50 rm -rf dir file && mkdir dir && touch file53 ls -ld dir file | cut -d' ' -f 1 | cut -d. -f 1" "drwxr-x---\n-rwxr-x---\n" "" ""55 rm -rf dir file && mkdir dir && touch file58 ls -ld dir file | cut -d' ' -f 1 | cut -d. -f 1" "drw-rw-rw-\n-rw-rw-rw-\n" "" ""[all …]
3 # Use of this source code is governed by a BSD-style license that can be18 "--branch", "-b", default="origin/master", type=str,19 help="Git tree-ish where to start searching for commits, "22 "--limit", "-l", default=500, type=int,25 "--verbose", "-v", default=False, action="store_true",31 files = {}35 if line.startswith("diff --git "):36 # diff --git a/src/objects.cc b/src/objects.cc44 if old_hash.startswith("0000000"): continue # Ignore new files.45 files[next_file] = old_hash[all …]
... .c32 libcom32.c32 __ctors_start __ctors_end __dtors_start __dtors_end 2014-10-06 6.03 Gene Cumm 2010 beta-b090 ...
21 test -x "${SCRIPT_DIR}/fuse2fs" && HAS_FUSE2FS=125 echo "-b: FS block size is this. (${BLK_SZ})"26 echo "-B: Corrupt this many bytes per run."27 echo "-d: Create test files in this directory. (${DIR})"28 echo "-E: Extended mke2fs options."29 echo "-f: Do not run e2fsck after each pass."30 echo "-F: Extended e2fsck options."31 echo "-I: Create inodes of this size. (${INODE_SZ})"32 echo "-n: Run this many passes. (${PASSES})"33 echo "-O: Create FS with these features."[all …]
14 for file in `ls common/*.h`; do18 $CXX -c -std=c++11 -I common -O0 ht_temp.cpp ;21 for file in `ls i18n/*.h`; do25 $CXX -c -std=c++11 -I common -I i18n -O0 ht_temp.cpp ;28 for file in `ls io/*.h`; do32 $CXX -c -std=c++11 -I common -I i18n -I io -O0 ht_temp.cpp ;39 # -I . for includes of layout/*.h40 #for file in `ls layoutex/*.h`; do44 # $CXX -c -I common -I i18n -I io -I layout -I . -I layoutex -O0 ht_temp.cpp ;49 for file in `ls tools/toolutil/*.h`; do[all …]
4 ## Copyright (c) 1999-2011, International Business Machines Corporation and10 ## This tests all public header files - as installed. icu-config needs to be on the PATH14 ## unicode/uchar.h - 015 ## unicode/uchriter.h - 016 ## unicode/ucnv.h - 035 include $(shell icu-config --incfile)44 @echo run \'$(MAKE) check\' to run the test "(use -k if you don't want to stop on errs)"68 @FAIL=0;for file in `ls $(prefix)/include/unicode/*.h | fgrep -v -f $(srcdir)/pfiles.txt`; do \73 $(COMPILE.cc) -c $(cppflags) ht_$$incfile.cpp || FAIL=1 ; \80 @FAIL=0;NONE="(No deprecated headers)";for stub in `cat $(srcdir)/dfiles.txt | grep -v '^#'` ; do \[all …]
3 # credentials) but be careful not to mis-edit any of the variable names (like7 # This file was created by gsutil version "2011-09-06 15:34:49-07:00"8 # at 2011-09-27 14:43:20.10 # You can create additional configuration files by running11 # gsutil config [options] [-o <config-file>]19 gs_oauth2_refresh_token = 1/7hB6K3lhWIqB04Sqjp-xWJPNBNYq370V96pwEFjTx9g31 # files.42 # with the 'mb' and 'ls' commands. If defined it overrides the default value44 # by specifying the -p option to the 'mb' and 'ls' commands.
2 # LZ4 programs - Makefile3 # Copyright (C) Yann Collet 2011-201619 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.22 # - LZ4 homepage : http://www.lz4.org23 # - LZ4 source repository : https://github.com/lz4/lz441 CFLAGS ?= -O3 # can select custom optimization flags. For example : CFLAGS=-O2 make42 CFLAGS += -g -Wall -Wextra -Wundef -Wcast-qual -Wcast-align -Wshadow -Wswitch-enum \43 -Wdeclaration-after-statement -Wstrict-prototypes \44 -Wpointer-arith -Wstrict-aliasing=146 CPPFLAGS:= -I$(LIBDIR) -I$(PRGDIR) -DXXH_NAMESPACE=LZ4_[all …]
3 # Verify consistency of the regression test files present in a directory with27 if (match($0, "^ *[A-Za-z_]* *= *.*$")) {32 gsub("^ *[A-Za-z_]* *= *", "", value)62 # For all directories specified as an argument, find the Makefile.am files63 # beneath and check the consistency of the files *.vgtest and *.exp* files67 find $t -name Makefile.am |74 for f in $(ls -d *.exp* *.gdb *.vgtest 2>/dev/null)76 if [ "$f" = "*.exp*" -o "$f" = "*.gdb" -o "$f" = "*.vgtest" ]; then80 grep -qw "$f"87 for f in $(ls -d filter* 2>/dev/null)[all …]