Home
last modified time | relevance | path

Searched refs:directory (Results 1 – 25 of 46) sorted by relevance

12

/sqlite-3.40.0/tool/
H A Dbuild-all-msvc.bat18 REM name of an existing directory to be used as the final destination directory
20 REM created therein. Ideally, the directory specified should be empty.
29 REM directory for the generated output files.
33 REM in a directory contained in the PATH environment variable unless a
180 REM the current directory on the directory stack.
186 ECHO Could not change directory to "%ROOT%".
520 REM binary directory.
524 REM directory beneath the binary directory.
575 REM different directory naming conventions.
754 REM NOTE: Restore the saved current directory from the directory stack.
[all …]
H A DGetFile.cs385 string directory = Path.GetTempPath(); in Main()
387 if (String.IsNullOrEmpty(directory) || in Main()
388 !Directory.Exists(directory)) in Main()
431 fileName = Path.Combine(directory, fileName); in Main()
H A Domittest.tcl16 defined together. Each run is performed in a seperate directory created
17 as a sub-directory of the current directory by the script. The output
H A DGetTclKit.bat128 REM Use the existing .NET Framework directory...
184 ECHO Could not create directory "%TEMP%\%TCLKIT_SDK%".
/sqlite-3.40.0/autoconf/
H A DINSTALL26 those values to create a `Makefile' in each directory of the package.
78 source code directory by typing `make clean'. To also remove the
116 own directory. To do this, you can use GNU `make'. `cd' to the
123 architecture at a time in the source code directory. After you have
156 In addition, if you use an unusual directory layout you can give
161 specifying just `--prefix' will affect all of the other directory
171 affected directory. For example, `make install
173 directory configuration variables that were expressed in terms of
184 example, `make install DESTDIR=/alternate/directory' will prepend
355 Look for the package's source code in directory DIR. Usually
[all …]
H A DREADME.first1 This directory contains components use to build an autoconf-ready package
/sqlite-3.40.0/vsixtest/
H A Dvsixtest.tcl165 proc isBadDirectory { directory } { argument
171 puts stdout [appendArgs "Checking directory \"" $directory \"...\n]
174 return [expr {[string length $directory] == 0 || \
175 ![file exists $directory] || ![file isdirectory $directory]}]
/sqlite-3.40.0/test/
H A Dsync2.test59 # synchronous=normal. So, 1 sync on the directory, 1 on the journal, 1
70 # synchronous=full, journal_mode=delete. So, 1 sync on the directory,
81 # sync=full, journal_mode=wal. One sync on the directory, two on the
114 # Wal mode, sync=normal. The first transaction does one sync on directory,
131 # directory, two on the journal file, one on the db. The second does
H A Dshell8.test110 set c2 ".ar --directory ar1 --create ."
124 set c3 ".ar -c --directory ar1 --file test_xyz.db ."
125 set x3 ".ar -x --directory ar3 --file test_xyz.db"
130 # Populate directory "ar1" with some files.
H A DvtabH.test151 eval lappend names [glob -nocomplain -directory $dir -- *]
180 # Read the first 5 entries from the root directory. Except, ignore
200 # Read all entries in the current directory.
218 # Add some sub-directories and files to the current directory.
H A Dioerr2.test143 # determine if the specified directory is writable to fail. This causes
144 # SQLite to report "not a writable directory", which is probably the
151 } {1 {not a writable directory}}
H A Dzipfile2.test188 } {1 {cannot find end of central directory record}}
193 # a directory (data IS NULL). Even if the mode doesn't indicate
194 # that it is a directory.
H A Duri.test80 # directory does not start with a forward slash.
87 if {[file isdir $file]} {error "$file is a directory"}
H A Dmanydb.test36 # journal and the directory).
H A Doserror.test84 # Test a failure in open() due to the path being a directory.
/sqlite-3.40.0/autoconf/tea/tclconfig/
H A Dtcl.m436 # TCL_BIN_DIR Full path to the directory containing
200 # TK_BIN_DIR Full path to the directory containing
375 # If the TCL_BIN_DIR is the build directory (not the install directory),
483 # If the TK_BIN_DIR is the build directory (not the install directory),
570 # tclConfig.sh is in Tcl build directory
628 # tkConfig.sh is in Tk build directory
3434 # the framework's Headers directory
3449 # relative to directory of tclConfig.sh.
3613 # the framework's Headers directory.
3629 # relative to directory of tclConfig.sh.
[all …]
/sqlite-3.40.0/
H A DREADME.md73 First create a directory in which to place
75 build directory be separate from the source directory. Cd into the
76 build directory and then from the build directory run the configure
82 mkdir bld ;# Build will occur in a sibling directory
83 cd bld ;# Change to the build directory
93 "Makefile.linux-gcc" in the top directory of the source tree that you
104 For example, from the parent directory of the source subtree named "sqlite":
309 The `manifest` file at the root directory of the source tree
H A Dconfigure.ac9 # The is the name of the directory that contains the
11 # located relative to this directory.
15 # The name of the directory where executables should be
63 # This variables define the directory that contain header
295 …AC_ARG_WITH(tcl, AC_HELP_STRING([--with-tcl=DIR],[directory containing tcl configuration (tclConfi…
303 AC_MSG_ERROR([${with_tclconfig} directory doesn't contain tclConfig.sh])
420 # If the TCL_BIN_DIR is the build directory (not the install directory),
H A Dsqlite_cfg.h.in108 /* Define to the sub-directory in which libtool stores uninstalled libraries.
/sqlite-3.40.0/ext/wasm/
H A DREADME-dist.txt10 The jswasm directory contains the core sqlite3 deliverables and the
11 top-level directory contains demonstration and test apps. Browsers
H A DREADME.md1 This directory houses the [Web Assembly (WASM)](https://en.wikipedia.org/wiki/WebAssembly)
/sqlite-3.40.0/ext/rbu/
H A Drbu11.test23 # SQLite to call xAccess(SQLITE_ACCESS_READWRITE) on the directory
29 catchsql { PRAGMA temp_store_directory = '/no/such/directory' }
30 } {1 {not a writable directory}}
/sqlite-3.40.0/autoconf/tea/
H A DREADME13 example will install the extension in the /opt/tcl directory.
/sqlite-3.40.0/autoconf/tea/win/
H A Drules.vc50 NULL = \NUL # Used in testing directory existence
701 !message *** Intermediate directory will be '$(TMP_DIR)'
702 !message *** Output directory will be '$(OUT_DIR)'
H A Dmakefile.vc136 You must run this makefile only from the directory it is in.^

12