Searched refs:in_fp (Results 1 - 4 of 4) sorted by relevance

/external/selinux/libsepol/tests/
H A Dtest-downgrade.c205 FILE *in_fp = NULL; local
210 if ((in_fp = fopen(path, "rb")) == NULL) {
220 f.fp = in_fp;
224 fclose(in_fp);
/external/selinux/checkpolicy/test/
H A Ddismod.c702 FILE *in_fp; local
707 if ((in_fp = fopen(filename, "rb")) == NULL) {
714 f.fp = in_fp;
719 if (fread(buf, sizeof(uint32_t), 1, in_fp) != 1) {
723 rewind(in_fp);
743 fclose(in_fp);
/external/chromium-trace/catapult/third_party/gsutil/gslib/
H A Dboto_translation.py720 with open(temp_path, 'rb') as in_fp:
721 dst_uri.set_contents_from_file(in_fp, policy=canned_acl,
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
H A Dtest_cp.py1281 with open(os.path.join(tmp_dir, 'foo'), 'r') as in_fp:
1282 contents = in_fp.read()
1743 with open(fpath, 'r') as in_fp:
1744 contents = in_fp.read()

Completed in 273 milliseconds