/ndk/build/core/ |
definitions-host.mk | 68 # Arguments: 1: directory path 113 # to install a file or directory, while preserving its timestamps 171 # /foo -> top-level 'foo' directory on current drive. 173 # c:/foo -> top-level 'foo' directory on C drive. 174 # c:foo -> 'foo' subdirectory on C drive's current directory.
|
/external/chromium_org/chrome/installer/mac/ |
pkg-dmg | 55 [B<--mkdir> I<directory>] 69 I<pkg-dmg> takes a directory identified by I<source-folder> and transforms 80 Identifies the directory that will be packaged up. This directory is not 81 touched, a copy will be made in a temporary directory for staging purposes. 109 defaults to the name of the source directory from B<--source>. 113 A temporary directory to stage intermediate files in. I<temp-dir> must 115 being packaged. If not specified, defaults to the same directory that 119 =item B<--mkdir> I<directory> 121 Specifies a directory that should be created in the disk image [all...] |
/external/chromium_org/third_party/icu/source/data/ |
makedata.mak | 21 # Is the directory containing this file (makedata.mak) 22 # Is the directory into which most data is built (prior to packaging) 46 # The root of the ICU source directory tree 56 # The data directory in source 62 # The directory that contains ucmcore.mk files along with *.ucm files 67 # The directory that contains resfiles.mk files along with *.txt locale data files 72 # The directory that contains colfiles.mk files along with *.txt collation data files 77 # The directory that contains rbnffiles.mk files along with *.txt RBNF data files 82 # The directory that contains trfiles.mk files along with *.txt transliterator files 87 # The directory that contains resfiles.mk files along with *.txt break iterator file [all...] |
/external/chromium_org/content/common/ |
sandbox_win.cc | 118 base::FilePath directory; local 119 if (!PathService::Get(path, &directory)) 123 directory = base::MakeAbsoluteFilePath(directory.Append(sub_dir)); 127 directory.value().c_str()); 131 std::wstring directory_str = directory.value() + L"\\";
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/ |
layout_test_runner.py | 369 occur within the same directory. 435 """Returns two lists of shards, each shard containing all the files in a directory. 443 # FIXME: Given that the tests are already sorted by directory, 446 directory = self._split(test_input.test_name)[0] 447 tests_by_dir.setdefault(directory, []) 448 tests_by_dir[directory].append(test_input) 450 for directory, test_inputs in tests_by_dir.iteritems(): 451 shard = TestShard(directory, test_inputs) 456 elif directory.startswith('virtual'): 461 # Sort the shards by directory name [all...] |
/external/glide/third_party/disklrucache/ |
disklrucache-2.0.2.jar | |
/external/qemu/distrib/ext4_utils/src/ |
make_ext4fs.c | 121 /* Read a local directory and create the same tree in the generated filesystem. 122 Calls itself recursively with each directory in the given directory. 124 directory on disk that should be copied, or NULL if this is a directory 126 dir_path is an absolute path, with trailing slash, to the same directory 152 /* root directory, check if lost+found already exists */ 238 /* insert a lost+found directory at the beginning of the dentries */ 487 char *directory = NULL; local 499 directory = canonicalize_rel_slashes(_directory) [all...] |
/external/qemu/distrib/ |
package-release.sh | 79 # $1: Source directory. 80 # $2: Destination directory. 89 mkdir -p "$DSTDIR" || panic "Cannot create destination directory: $DSTDIR" 93 # $1: Source directory (must be a git checkout). 94 # $2: Destination directory. 104 mkdir -p "$DSTDIR" || panic "Cannot create destination directory: $DSTDIR" 123 # And should unpack to a single directory named 'something/' 154 # Extract the git commit SHA1 of a given directory, and put its value 155 # in a destination variable. If the target directory is not the root 158 # $2: Git directory [all...] |
/prebuilts/devtools/tools/ |
android.bat | 24 rem and set up progdir to be the fully-qualified pathname of its directory.
27 rem Grab current directory before we change it
30 rem Change current directory and drive to where the script is, to avoid
|
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/ |
commons-io-2.2.jar | |
/external/chromium_org/base/memory/ |
shared_memory_posix.cc | 141 FilePath directory; local 142 if (GetShmemTempDir(options.executable, &directory)) 143 fp.reset(CreateAndOpenTemporaryFileInDir(directory, &path)); 174 // Opening an existing file in a world writable directory has two main
|
/external/chromium_org/chrome/browser/profiles/ |
off_the_record_profile_impl.cc | 409 const base::FilePath& directory = last_selected_directory_; local 410 if (directory.empty()) { 413 return directory;
|
/external/chromium_org/remoting/webapp/ |
build-webapp.py | 6 """Creates a directory with with the unpacked contents of the remoting webapp. 8 The directory will contain a copy-of or a link-to to all remoting webapp 29 # sys.path[0] refers to the directory containing this script. 47 def createZip(zip_path, directory): 48 """Creates a zipfile at zip_path for the given directory.""" 51 for (root, dirs, files) in os.walk(directory): 54 rel_path = os.path.relpath(full_path, directory) 80 """Does the main work of building the webapp directory and zipfile. 84 destination: A string with path to directory where the webapp will be 93 with their directory structure from the _locales directory down [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/ |
FileSystemModel.js | 166 * @param {!WebInspector.FileSystemModel.Directory} directory 169 requestDirectoryContent: function(directory, callback) 171 this._requestDirectoryContent(directory.url, this._directoryContentReceived.bind(this, directory, callback)); 204 * @param {!WebInspector.FileSystemModel.Directory} parentDirectory 219 entries.push(new WebInspector.FileSystemModel.Directory(this, parentDirectory.fileSystem, backendEntries[i])); 376 this.root = new WebInspector.FileSystemModel.Directory(fileSystemModel, this, backendRootEntry); 482 WebInspector.FileSystemModel.Directory = function(fileSystemModel, fileSystem, backendEntry) 487 WebInspector.FileSystemModel.Directory.prototype = [all...] |
/external/chromium_org/third_party/skia/bench/ |
bench_util.py | 151 def parse_skp_bench_data(directory, revision, rep, default_settings=None): 152 """Parses all the skp bench data in the given directory. 155 directory: string of path to input data directory. 165 file_list = os.listdir(directory) 177 with open('/'.join([directory, bench_file]), 'r') as file_handle:
|
/external/chromium_org/webkit/browser/fileapi/ |
sandbox_origin_database.cc | 148 // Make sure we have the database file in its directory and therefore we are 237 const std::string& origin, base::FilePath* directory) { 240 DCHECK(directory); 263 *directory = StringToFilePath(path_string);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-jsch.jar | |
/external/qemu/distrib/sdl-1.2.15/src/cdrom/beos/ |
SDL_syscdrom.cc | 35 #include <Directory.h> 78 int try_dir(const char *directory); 204 int try_dir(const char *directory) 207 dir.SetTo(directory);
|
/external/skia/bench/ |
bench_util.py | 151 def parse_skp_bench_data(directory, revision, rep, default_settings=None): 152 """Parses all the skp bench data in the given directory. 155 directory: string of path to input data directory. 165 file_list = os.listdir(directory) 177 with open('/'.join([directory, bench_file]), 'r') as file_handle:
|
/libcore/luni/src/test/java/libcore/java/io/ |
FileTest.java | 29 File directory = new File(base, UUID.randomUUID().toString()); local 30 assertTrue(directory.mkdirs()); 31 return directory; 66 * This test assumes you can create symbolic links in the temporary directory. This 128 // directory is? (In practice, on Android, our temporary directory is accessed through 154 * This test assumes you can create symbolic links in the temporary directory. This 235 // Set up a directory to test in. 238 // mkdirs returns true only if it _creates_ a directory. 239 // So we get false for a directory that already exists.. [all...] |
/build/core/ |
cleanspec.mk | 43 # Use $(PRODUCT_OUT) to get to the "out/target/product/blah/" directory. 44 # Use $(OUT_DIR) to refer to the "out" directory.
|
/dalvik/dx/etc/ |
dx.bat | 19 REM Locate dx.jar in the directory where dx.bat was found and start it.
22 REM and set up progdir to be the fully-qualified pathname of its directory.
|
/development/build/tools/ |
windows_sdk.mk | 9 # - mirror the linux SDK directory and patch it with the Windows tools 32 # the topdir/development directory and are somehow platform-dependent.
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
file_system_util.h | 39 // The directory names used for the Google Drive file system tree. These names 56 // Returns the path of the directory representing "My Drive". 147 // Ensures the existence of |directory| of '/special/drive/foo'. This will 148 // create |directory| and its ancestors if they don't exist. |callback| is 149 // invoked after making sure that |directory| exists. |callback| should 151 // indicating that |directory| now exists. 153 // If |directory| is not a Drive path, it won't check the existence and just 158 const base::FilePath& directory,
|
/external/chromium_org/chrome/browser/media_galleries/mac/ |
mtp_device_delegate_impl_mac.h | 21 // all appear as children of that directory. (ItemAdded calls with directories 68 // Scheduled when early directory reads are requested. The 145 base::FilePath directory; member in struct:MTPDeviceDelegateImplMac::ReadDirectoryRequest
|