/external/chromium/chrome/browser/policy/ |
D | user_policy_identity_strategy.cc | 35 const FilePath& cache_file); 58 const FilePath& cache_file) in TokenCache() argument 60 cache_file_(cache_file) {} in TokenCache() 135 const FilePath& cache_file) in UserPolicyIdentityStrategy() argument 138 cache_ = new TokenCache(weak_ptr_factory_.GetWeakPtr(), cache_file); in UserPolicyIdentityStrategy()
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
D | user_policy_token_loader.cc | 24 const base::FilePath& cache_file, in UserPolicyTokenLoader() argument 27 cache_file_(cache_file), in UserPolicyTokenLoader()
|
D | enterprise_install_attributes.cc | 103 const base::FilePath& cache_file) { in ReadCacheFile() argument 104 if (device_locked_ || !base::PathExists(cache_file)) in ReadCacheFile() 110 int len = base::ReadFile(cache_file, buf, sizeof(buf)); in ReadCacheFile() 112 PLOG(ERROR) << "Failed to read " << cache_file.value(); in ReadCacheFile()
|
D | user_policy_token_loader.h | 38 const base::FilePath& cache_file,
|
D | enterprise_install_attributes.h | 60 void ReadCacheFile(const base::FilePath& cache_file);
|
/external/libffi/ |
D | ltconfig | 219 cache_file= 388 --cache-file=*) cache_file="$optarg" ;; 489 if test -n "$cache_file" && test -r "$cache_file" && test -f "$cache_file"; then 490 echo "loading cache $cache_file within ltconfig" 491 . $cache_file 2806 test -n "$cache_file" && test -z "$tagname" || exit 0 2845 if cmp -s $cache_file confcache; then 2848 if test -w $cache_file; then 2849 echo "updating cache $cache_file" 2850 cat confcache > $cache_file [all …]
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
D | sync_client_unittest.cc | 363 base::FilePath cache_file; in TEST_F() local 365 EXPECT_EQ(FILE_ERROR_OK, cache_->GetFile(GetLocalId("fetched"), &cache_file)); in TEST_F() 366 EXPECT_TRUE(base::ReadFileToString(cache_file, &content)); in TEST_F() 370 EXPECT_EQ(FILE_ERROR_OK, cache_->GetFile(GetLocalId("dirty"), &cache_file)); in TEST_F() 371 EXPECT_TRUE(base::ReadFileToString(cache_file, &content)); in TEST_F()
|
/external/iputils/ninfod/ |
D | configure | 685 cache_file=/dev/null 761 ac_prev=cache_file ;; 764 cache_file=$ac_optarg ;; 767 cache_file=config.cache ;; 2050 if test -r "$cache_file"; then 2053 if test /dev/null != "$cache_file" && test -f "$cache_file"; then 2054 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 2055 $as_echo "$as_me: loading cache $cache_file" >&6;} 2056 case $cache_file in 2057 [\\/]* | ?:[\\/]* ) . "$cache_file";; [all …]
|
/external/fdlibm/ |
D | configure | 285 cache_file=/dev/null 346 ac_prev=cache_file ;; 349 cache_file=$ac_optarg ;; 352 cache_file=config.cache ;; 1160 if test -r "$cache_file"; then 1163 if test -f "$cache_file"; then 1164 { echo "$as_me:$LINENO: loading cache $cache_file" >&5 1165 echo "$as_me: loading cache $cache_file" >&6;} 1166 case $cache_file in 1167 [\\/]* | ?:[\\/]* ) . $cache_file;; [all …]
|
/external/sepolicy/ |
D | domain.te | 92 allow domain cache_file:dir r_dir_perms; 93 allow domain cache_file:file { getattr read }; 94 allow domain cache_file:lnk_file read;
|
/external/marisa-trie/ |
D | configure | 716 cache_file=/dev/null 791 ac_prev=cache_file ;; 794 cache_file=$ac_optarg ;; 797 cache_file=config.cache ;; 2182 if test -r "$cache_file"; then 2185 if test /dev/null != "$cache_file" && test -f "$cache_file"; then 2186 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 2187 $as_echo "$as_me: loading cache $cache_file" >&6;} 2188 case $cache_file in 2189 [\\/]* | ?:[\\/]* ) . "$cache_file";; [all …]
|
/external/icu4c/ |
D | configure | 780 cache_file=/dev/null 856 ac_prev=cache_file ;; 859 cache_file=$ac_optarg ;; 862 cache_file=config.cache ;; 2438 if test -r "$cache_file"; then 2441 if test /dev/null != "$cache_file" && test -f "$cache_file"; then 2442 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 2443 $as_echo "$as_me: loading cache $cache_file" >&6;} 2444 case $cache_file in 2445 [\\/]* | ?:[\\/]* ) . "$cache_file";; [all …]
|
/external/elfutils/ |
D | configure | 1765 if test -r "$cache_file"; then 1768 if test -f "$cache_file"; then 1769 { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5 1770 $as_echo "$as_me: loading cache $cache_file" >&6;} 1771 case $cache_file in 1772 [\\/]* | ?:[\\/]* ) . "$cache_file";; 1773 *) . "./$cache_file";; 1777 { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5 1778 $as_echo "$as_me: creating cache $cache_file" >&6;} 1779 >$cache_file [all …]
|
/external/chromium_org/third_party/yasm/source/patched-yasm/ |
D | configure | 783 cache_file=/dev/null 859 ac_prev=cache_file ;; 862 cache_file=$ac_optarg ;; 865 cache_file=config.cache ;; 2365 if test -r "$cache_file"; then 2368 if test /dev/null != "$cache_file" && test -f "$cache_file"; then 2369 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 2370 $as_echo "$as_me: loading cache $cache_file" >&6;} 2371 case $cache_file in 2372 [\\/]* | ?:[\\/]* ) . "$cache_file";; [all …]
|
/external/stressapptest/ |
D | configure | 726 cache_file=/dev/null 801 ac_prev=cache_file ;; 804 cache_file=$ac_optarg ;; 807 cache_file=config.cache ;; 2241 if test -r "$cache_file"; then 2244 if test /dev/null != "$cache_file" && test -f "$cache_file"; then 2245 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 2246 $as_echo "$as_me: loading cache $cache_file" >&6;} 2247 case $cache_file in 2248 [\\/]* | ?:[\\/]* ) . "$cache_file";; [all …]
|
/external/liblzf/ |
D | configure | 670 cache_file=/dev/null 745 ac_prev=cache_file ;; 748 cache_file=$ac_optarg ;; 751 cache_file=config.cache ;; 1575 if test -r "$cache_file"; then 1578 if test -f "$cache_file"; then 1579 { echo "$as_me:$LINENO: loading cache $cache_file" >&5 1580 echo "$as_me: loading cache $cache_file" >&6;} 1581 case $cache_file in 1582 [\\/]* | ?:[\\/]* ) . "$cache_file";; [all …]
|
/external/genext2fs/ |
D | configure | 1624 if test -r "$cache_file"; then 1627 if test -f "$cache_file"; then 1628 { echo "$as_me:$LINENO: loading cache $cache_file" >&5 1629 echo "$as_me: loading cache $cache_file" >&6;} 1630 case $cache_file in 1631 [\\/]* | ?:[\\/]* ) . "$cache_file";; 1632 *) . "./$cache_file";; 1636 { echo "$as_me:$LINENO: creating cache $cache_file" >&5 1637 echo "$as_me: creating cache $cache_file" >&6;} 1638 >$cache_file [all …]
|
/external/chromium_org/third_party/icu/source/ |
D | configure | 796 cache_file=/dev/null 872 ac_prev=cache_file ;; 875 cache_file=$ac_optarg ;; 878 cache_file=config.cache ;; 2457 if test -r "$cache_file"; then 2460 if test /dev/null != "$cache_file" && test -f "$cache_file"; then 2461 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 2462 $as_echo "$as_me: loading cache $cache_file" >&6;} 2463 case $cache_file in 2464 [\\/]* | ?:[\\/]* ) . "$cache_file";; [all …]
|
/external/grub/ |
D | configure | 322 cache_file=/dev/null 383 ac_prev=cache_file ;; 386 cache_file=$ac_optarg ;; 389 cache_file=config.cache ;; 1292 if test -r "$cache_file"; then 1295 if test -f "$cache_file"; then 1296 { echo "$as_me:$LINENO: loading cache $cache_file" >&5 1297 echo "$as_me: loading cache $cache_file" >&6;} 1298 case $cache_file in 1299 [\\/]* | ?:[\\/]* ) . $cache_file;; [all …]
|
/external/libcap-ng/libcap-ng-0.7/ |
D | configure | 780 cache_file=/dev/null 856 ac_prev=cache_file ;; 859 cache_file=$ac_optarg ;; 862 cache_file=config.cache ;; 2117 if test -r "$cache_file"; then 2120 if test /dev/null != "$cache_file" && test -f "$cache_file"; then 2121 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 2122 $as_echo "$as_me: loading cache $cache_file" >&6;} 2123 case $cache_file in 2124 [\\/]* | ?:[\\/]* ) . "$cache_file";; [all …]
|
/external/chromium_org/third_party/opus/src/ |
D | configure | 787 cache_file=/dev/null 863 ac_prev=cache_file ;; 866 cache_file=$ac_optarg ;; 869 cache_file=config.cache ;; 2306 if test -r "$cache_file"; then 2309 if test /dev/null != "$cache_file" && test -f "$cache_file"; then 2310 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 2311 $as_echo "$as_me: loading cache $cache_file" >&6;} 2312 case $cache_file in 2313 [\\/]* | ?:[\\/]* ) . "$cache_file";; [all …]
|
/external/libpcap/ |
D | configure | 1638 if test -r "$cache_file"; then 1641 if test -f "$cache_file"; then 1642 { echo "$as_me:$LINENO: loading cache $cache_file" >&5 1643 echo "$as_me: loading cache $cache_file" >&6;} 1644 case $cache_file in 1645 [\\/]* | ?:[\\/]* ) . "$cache_file";; 1646 *) . "./$cache_file";; 1650 { echo "$as_me:$LINENO: creating cache $cache_file" >&5 1651 echo "$as_me: creating cache $cache_file" >&6;} 1652 >$cache_file [all …]
|
/external/protobuf/ |
D | configure | 924 cache_file=/dev/null 1000 ac_prev=cache_file ;; 1003 cache_file=$ac_optarg ;; 1006 cache_file=config.cache ;; 2495 if test -r "$cache_file"; then 2498 if test /dev/null != "$cache_file" && test -f "$cache_file"; then 2499 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 2500 $as_echo "$as_me: loading cache $cache_file" >&6;} 2501 case $cache_file in 2502 [\\/]* | ?:[\\/]* ) . "$cache_file";; [all …]
|
/external/libexif/ |
D | configure | 807 cache_file=/dev/null 883 ac_prev=cache_file ;; 886 cache_file=$ac_optarg ;; 889 cache_file=config.cache ;; 2067 if test -r "$cache_file"; then 2070 if test /dev/null != "$cache_file" && test -f "$cache_file"; then 2071 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 2072 $as_echo "$as_me: loading cache $cache_file" >&6;} 2073 case $cache_file in 2074 [\\/]* | ?:[\\/]* ) . "$cache_file";; [all …]
|
/external/openfst/ |
D | configure | 792 cache_file=/dev/null 868 ac_prev=cache_file ;; 871 cache_file=$ac_optarg ;; 874 cache_file=config.cache ;; 2222 if test -r "$cache_file"; then 2225 if test /dev/null != "$cache_file" && test -f "$cache_file"; then 2226 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 2227 $as_echo "$as_me: loading cache $cache_file" >&6;} 2228 case $cache_file in 2229 [\\/]* | ?:[\\/]* ) . "$cache_file";; [all …]
|