Searched full:os (Results 1 – 13 of 13) sorted by relevance
/lz4-3.4.0-2.7.6/tests/ |
D | test-lz4-versions.py | 13 import os 57 base_dir = os.getcwd() + '/..' # /path/to/lz4 61 os.makedirs(tmp_dir, exist_ok=True) 64 if not os.path.isdir(clone_dir): 71 os.chdir(clone_dir) 77 os.chdir(base_dir) 80 if not os.path.isfile(dst_lz4c) or not os.path.isfile(dst_lz4c32) or tag == head: 83 os.makedirs(r_dir, exist_ok=True) 84 os.chdir(clone_dir) 86 os.chdir(r_dir + '/programs') # /path/to/lz4/lz4test/<TAG>/programs [all …]
|
D | test-lz4-speed.py | 17 import os 27 working_path = os.getcwd() + '/' + working_dir_name # /path/to/lz4/tests/speedTest 30 pid = str(os.getpid()) 126 if not os.path.isfile(resultsFileName): 150 while os.getloadavg()[0] > args.maxLoadAvg: 152 % (os.getloadavg()[0], args.maxLoadAvg, sleepTime)) 154 start_load = str(os.getloadavg()) 156 end_load = str(os.getloadavg()) 185 if os.path.isfile(commitFileName): 262 fileName = os.path.expanduser(fileName) [all …]
|
D | test-lz4-list.py | 5 import os 11 LZ4 = os.path.dirname(os.path.realpath(__file__)) + "/../lz4" 12 if not os.path.exists(LZ4): 13 LZ4 = os.path.dirname(os.path.realpath(__file__)) + "/../programs/lz4" 28 self.exp_unc_size += os.path.getsize("{}/test_list_{}M".format(TEMP, i)) 31 self.exp_unc_size += os.path.getsize("{}/{}".format(TEMP, uncompressed_filename)) 32 self.exp_comp_size = os.path.getsize("{}/{}".format(TEMP, self.filename)) 133 self.cvinfo.compressed_size = os.path.getsize("{}/test_list_concat-all.lz4".format(TEMP)) 169 expected_size = os.path.getsize(self.cvinfo.file_frame_map[i]) 207 if os.environ.get('QEMU_SYS'): [all …]
|
/lz4-3.4.0-2.7.6/contrib/meson/meson/ |
D | InstallSymlink.py | 12 import os 23 if new_dst.is_symlink() and os.readlink(new_dst) == src: 49 meson_destdir = os.environ.get('MESON_INSTALL_DESTDIR_PREFIX', default='')
|
/lz4-3.4.0-2.7.6/ |
D | Makefile.inc | 35 TARGET_OS ?= $(OS) 73 ifneq (,$(filter Windows%,$(OS))) 93 ifneq (,$(filter Windows%,$(OS)))
|
D | .travis.yml | 6 # OS X Mavericks 8 os: osx 195 os: linux
|
D | NEWS | 119 cli : fix : Large file support in 32-bits mode on Mac OS-X 225 Fix : Makefile : install for OS-X and BSD, thanks to Takayuki Matsuoka 230 Fix : OS-X : library install name, thanks to Clemens Lang 259 OS-X compatible compilation of dynamic library (issue 115)
|
/lz4-3.4.0-2.7.6/programs/ |
D | platform.h | 2 platform.h - compiler and OS detection 42 * Detect 64-bit OS 81 …ined(__unix__) || defined(__unix) || (defined(__APPLE__) && defined(__MACH__)) /* UNIX-like OS */ \ 130 * OS-specific Includes
|
/lz4-3.4.0-2.7.6/.github/ISSUE_TEMPLATE/ |
D | bug_report.md | 25 - OS: [e.g. Mac]
|
/lz4-3.4.0-2.7.6/lib/dll/example/ |
D | Makefile | 41 ifneq (,$(filter Windows%,$(OS)))
|
/lz4-3.4.0-2.7.6/contrib/gen_manual/ |
D | Makefile | 49 ifneq (,$(filter Windows%,$(OS)))
|
/lz4-3.4.0-2.7.6/lib/ |
D | README.md | 106 make BUILD_STATIC=no CC=x86_64-w64-mingw32-gcc DLLTOOL=x86_64-w64-mingw32-dlltool OS=Windows_NT
|
D | Makefile | 62 # OS X linker doesn't support -soname, and use different extension
|