/device/huawei/angler/ |
init.angler.rc | 41 on fs 152 on post-fs 158 on post-fs-data
|
/device/lge/bullhead/ |
init.bullhead.rc | 73 on fs 175 on post-fs 187 on post-fs-data
|
/device/moto/shamu/ |
init.shamu.rc | 38 on fs 71 on post-fs-data 257 on post-fs-data 277 # Mounting of persist is moved to 'on emmc-fs' and 'on fs' sections
|
/external/clang/lib/Basic/ |
SourceManager.cpp | [all...] |
/external/mesa3d/src/mesa/drivers/common/ |
meta.c | 1905 GLuint vs, fs; local 3092 GLuint vs, fs; local [all...] |
/external/chromium-trace/catapult/third_party/WebOb/webob/ |
multidict.py | 59 def from_fieldstorage(cls, fs): 64 # fs.list can be None when there's nothing to parse 65 for field in fs.list or ():
|
/external/clang/lib/Driver/ |
ToolChain.cpp | 355 if (llvm::sys::fs::exists(LinkerPath)) 576 if (llvm::sys::fs::exists(Path))
|
/external/clang/lib/Frontend/ |
CacheTokens.cpp | 89 llvm::sys::fs::UniqueID UID = FE->getUniqueID(); 555 vfs::FileSystem &FS) override { 556 LookupResult Result = statChained(Path, Data, isFile, F, FS); 579 llvm::sys::fs::make_absolute(MainFilePath);
|
/external/clang/lib/StaticAnalyzer/Frontend/ |
AnalysisConsumer.cpp | 743 llvm::sys::fs::createTemporaryFile("llvm_ubi", "", FD, P); 812 llvm::sys::fs::remove(Filename);
|
/external/clang/unittests/Tooling/ |
RefactoringTest.cpp | 230 std::error_code EC = llvm::sys::fs::remove(Name); 239 std::error_code EC = llvm::sys::fs::createTemporaryFile(Name, "", FD, Path);
|
/external/e2fsprogs/debugfs/ |
debugfs.c | 323 static void print_bg_opts(ext2_filsys fs, dgrp_t group, int mask, 326 if (ext2fs_bg_flags_test(fs, group, mask)) { 463 static int list_blocks_proc(ext2_filsys fs EXT2FS_ATTR((unused)), 949 static int print_blocks_proc(ext2_filsys fs EXT2FS_ATTR((unused)), [all...] |
/external/elfutils/backends/ |
Makefile.am | 134 ln -fs libebl_$${m}-$(PACKAGE_VERSION).so $(DESTDIR)$(libdir)/$(LIBEBL_SUBDIR)/libebl_$${m}.so; \
|
/external/kernel-headers/original/uapi/linux/ |
ethtool.h | 837 * @fs: Flow classification rule 854 * For %ETHTOOL_GRXCLSRULE, @fs.@location specifies the location of an 855 * existing rule on entry and @fs contains the rule on return. 863 * For %ETHTOOL_SRXCLSRLINS, @fs specifies the rule to add or update. 864 * @fs.@location either specifies the location to use or is a special 866 * @fs.@location is the actual rule location. 868 * For %ETHTOOL_SRXCLSRLDEL, @fs.@location specifies the location of an 886 struct ethtool_rx_flow_spec fs; member in struct:ethtool_rxnfc 993 struct ethtool_rx_ntuple_flow_spec fs; member in struct:ethtool_rx_ntuple [all...] |
/external/libunwind_llvm/src/ |
UnwindRegistersRestore.S | 52 # skip fs 89 # skip fs
|
UnwindRegistersSave.S | 47 # skip fs 85 # skip fs
|
/external/llvm/lib/Object/ |
Archive.cpp | 53 sys::fs::perms ArchiveMemberHeader::getAccessMode() const { 57 return static_cast<sys::fs::perms>(Ret);
|
/external/llvm/tools/lli/ |
lli.cpp | 266 sys::fs::create_directories(Twine(dir)); 269 raw_fd_ostream outfile(CacheName, EC, sys::fs::F_None); 647 if (!sys::fs::can_execute(ChildExecPath)) {
|
/external/llvm/tools/opt/ |
opt.cpp | 385 Out.reset(new tool_output_file(OutputFilename, EC, sys::fs::F_None)); 475 sys::fs::F_None);
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
xorg_composite.c | 347 cso_set_fragment_shader_handle(exa->renderer->cso, shader.fs); 560 cso_set_fragment_shader_handle(exa->renderer->cso, shader.fs);
|
/frameworks/base/core/jni/ |
com_android_internal_os_Zygote.cpp | 19 // sys/mount.h has to come before linux/fs.h due to redefinition of MS_RDONLY, MS_BIND, etc 21 #include <linux/fs.h> 44 #include <cutils/fs.h>
|
/libcore/ojluni/src/test/java/util/stream/bootlib/java/util/stream/ |
LambdaTestHelpers.java | 421 for (List<Function<S, S>> fs : opFunctionPermutations) { 423 for (Function<S, S> f : fs) {
|
/libcore/ojluni/src/test/java/util/stream/testlib/org/openjdk/testlib/java/util/stream/ |
LambdaTestHelpers.java | 422 for (List<Function<S, S>> fs : opFunctionPermutations) { 424 for (Function<S, S> f : fs) {
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
UnwindRegistersRestore.S | 52 # skip fs 89 # skip fs
|
UnwindRegistersSave.S | 47 # skip fs 85 # skip fs
|
/ndk/sources/host-tools/nawk-20071023/ |
run.c | 1214 char *t, temp, num[50], *fs = 0; local 1220 if (a[2] == 0) /* fs string */ 1221 fs = *FS; 1224 fs = getsval(x); 1226 fs = "(regexpr)"; /* split(str,arr,/regexpr/) */ 1229 sep = *fs; 1232 dprintf( ("split: s=|%s|, a=%s, sep=|%s|\n", s, NN(ap->nval), fs) ); 1238 if (*s != '\0' && (strlen(fs) > 1 || arg3type == REGEXPR)) { /* reg expr */ 1243 pfa = makedfa(fs, 1) [all...] |